Cloak for peridot-php
Installation that uses the composer.
-
Install the composer.
-
Install the package.
composer require cloak/peridot-cloak-plugin --dev
It can be used by simply append the set to peridot.php.
use cloak\peridot\CloakPlugin;
return function(EventEmitterInterface $emitter) {
CloakPlugin::create('cloak.toml')->registerTo($emitter);
};