jlaso / console
helper to handle options on console
dev-master
2018-11-14 20:24 UTC
Requires
- php: >5.4
- jlaso/assert: dev-master
This package is auto-updated.
Last update: 2024-10-15 11:12:39 UTC
README
#Class
This class can help you to deal with the arguments of your console scripts.
The class exploits the native php method getopt.
#Installation
just launch composer require jlaso/console
or add it manually in the composer.json of you project
#Examples
You can see a very basic example at samples/basic.php
#Help is welcome
Still pending unit test