|
пре 9 година | |
---|---|---|
.. | ||
src/Ulrichsg/Getopt | пре 9 година | |
test/Ulrichsg/Getopt | пре 9 година | |
.gitignore | пре 9 година | |
.travis.yml | пре 9 година | |
CHANGELOG.md | пре 9 година | |
LICENSE | пре 9 година | |
Makefile | пре 9 година | |
README.markdown | пре 9 година | |
composer.json | пре 9 година | |
phpunit.xml | пре 9 година |
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.