xinc / getopt
Command line arguments parser for PHP 5.3
Installs: 85
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/xinc/getopt
Requires
- php: >=5.4.4
Requires (Dev)
- fabpot/php-cs-fixer: ~1.11
- phpunit/phpunit: 4.8.*
README
This is a friendly for of Ulrichsg/Getopt.PHP. It is a fine library, but the usage is not flexible enough to suit xincs requirements.
Getopt.PHP is a library for command-line argument processing. It supports PHP version 5.3 and above.
Features
- Supports both short (eg. -v) and long (eg.--version) options
- Option aliasing, ie. an option can have both a long and a short version
- Collapsed short options (eg. -abcinstead of-a -b -c)
- Cumulative options (eg. -vvv)
- Options may take optional or mandatory arguments
- Two alternative notations for long options with arguments: --option valueand--option=value
- Collapsed short options with mandatory argument at the end (eg. -ab 1instead of-a -b 1)
Documentation
License
Xinc.Getopt is published under the MIT License.