|
9 years ago | |
---|---|---|
.. | ||
src/Ulrichsg/Getopt | 9 years ago | |
test/Ulrichsg/Getopt | 9 years ago | |
.gitignore | 9 years ago | |
.travis.yml | 9 years ago | |
CHANGELOG.md | 9 years ago | |
LICENSE | 9 years ago | |
Makefile | 9 years ago | |
README.markdown | 9 years ago | |
composer.json | 9 years ago | |
phpunit.xml | 9 years ago |
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.