|
hace 8 años | |
---|---|---|
.. | ||
src/Ulrichsg/Getopt | hace 8 años | |
test/Ulrichsg/Getopt | hace 9 años | |
.gitignore | hace 9 años | |
.travis.yml | hace 9 años | |
CHANGELOG.md | hace 9 años | |
LICENSE | hace 9 años | |
Makefile | hace 9 años | |
README.markdown | hace 9 años | |
composer.json | hace 9 años | |
phpunit.xml | hace 9 años |
Getopt.PHP is a library for command-line argument processing. It supports PHP version 5.3 and above.
-v
) and long (eg. --version
) options-abc
instead of -a -b -c
)-vvv
)--option value
and --option=value
-ab 1
instead of -a -b 1
)Getopt.PHP is published under the MIT License.