cloak / peridot-cloak-plugin
Installs: 2 278
Dependents: 15
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.0
- cloak/cloak: ~2.1
- peridot-php/peridot: ~1.16
Requires (Dev)
- cloak/robo-coveralls-kit: ~2.1
- codegyre/robo: ~0.6
- expect/peridot-expect-plugin: ~3.0
- holyshared/robo-peridot: ~2.0
- phpspec/prophecy: ~1.5
README
Cloak for peridot-php
Installation
Installation that uses the composer.
-
Install the composer.
-
Install the package.
composer require cloak/peridot-cloak-plugin --dev
Basic usage
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); };