You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require bedita/placeholders
Add the plugin to your application:
src/Application.php
$this->addPlugin('BEdita/Placeholders');
and run plugin migrations to create the placeholder
relation:
$ bin/cake migrations migrate -p BEdita/Placeholders