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