cloak/peridot-cloak-plugin
This package is abandoned and no longer maintained.
No replacement package was suggested.
Maintainers
2.0.1
2015-12-05 06:20 UTC
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 2c581ac02e09a8d2026bc763f77f6fb2c7076582
- Noritaka Horio <holy.shared.design.woop@gmail.com>
code coveragetext reportmarkdown reportlcov reportperidotperidot-plugin
README
Cloak for peridot-php
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
👁 Build Status
👁 HHVM Status
👁 Scrutinizer Code Quality
👁 Coverage Status
👁 Dependency Status
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); };
