dev-master
9999999-dev https://github.com/jlaso/consolehelper to handle options on console
MIT
The Requires
- php >5.4
- jlaso/assert dev-master
helper to handle options on console
This class can help you to deal with the arguments of your console scripts., (*1)
The class exploits the native php method getopt., (*2)
just launch composer require jlaso/console
or add it manually in the composer.json of you project, (*3)
You can see a very basic example at samples/basic.php, (*4)
Still pending unit test, (*5)
helper to handle options on console
MIT