ezynda3 / feature-toggle
A simple environment variable based feature toggle library.
0.1.0
2015-06-03 03:23 UTC
Requires
- vlucas/phpdotenv: ~1.0
Requires (Dev)
- phpspec/phpspec: ~2.2
This package is not auto-updated.
Last update: 2025-09-27 22:33:21 UTC
README
A simple environment variable based feature toggle library.
Installation with composer
curl -s http://getcomposer.org/installer | php
php composer.phar require ezynda3/feature-toggle
Detailed usage instructions
http://www.edzynda.com/simple-environment-variable-based-feature-toggles/