kherge / elf
This package is abandoned and no longer maintained.
No replacement package was suggested.
A collection of helpers for the Symfony Console component.
1.0.2
2013-03-13 18:10 UTC
Requires
- php: >=5.3.3
- justinrainbow/json-schema: 1.1.*
- seld/jsonlint: 1.*
- symfony/console: ~2.1
- symfony/process: ~2.1
Requires (Dev)
- herrera-io/phpunit-test-case: 1.*
- mikey179/vfsstream: 1.1.0
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2021-12-07 01:39:10 UTC
README
I am no longer maintaining this library. If you would like to take over development of this project, please email me.
Elf is a collection of helpers for the Symfony Console component.
Installing
To install Elf, you must add it to the list of dependencies in your composer.json
file.
$ php composer.phar require kherge/elf=1.*
If you are not using Composer to manage your dependencies, you may use any PSR-0 class loader to load it from the src/lib
directory.
Usage
Please see the wiki for detail usage information.