jlaso / console
helper to handle options on console
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jlaso/console
Requires
- php: >5.4
- jlaso/assert: dev-master
This package is auto-updated.
Last update: 2025-09-15 12:56:09 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