Libraries tagged by getopts
fostam/getopts
19782 Downloads
Flexible PHP command line argument parser with automated help message generation and validation support
99designs/cliph
66510 Downloads
A library for testable command-line applications
lisennk/request
52 Downloads
Allow to get data both from HTTP requests (e.g. $_POST, $_GET) and CLI without changing code
pear/console_getopt
58418162 Downloads
More info available on: http://pear.php.net/package/Console_Getopt
ulrichsg/getopt-php
3973018 Downloads
Command line arguments parser for PHP 7.1 and above
splitbrain/php-cli
590668 Downloads
Easy command line scripts for PHP with opt parsing and color output. No dependencies
hoa/console
7653062 Downloads
The Hoa\Console library.
vanilla/garden-cli
769248 Downloads
A full-featured, yet ridiculously simple commandline parser for your next php cli script. Stop fighting with getopt().
corneltek/getoptionkit
1816811 Downloads
Powerful command-line option toolkit
aura/cli
1347223 Downloads
Provides the equivalent of request (Context) and response (Stdio) classes for a command line environment, including Getopt support.
zendframework/zend-console
13410225 Downloads
Build console applications using getopt syntax or routing, complete with prompts
phalcon/cli-options-parser
871649 Downloads
Command line arguments/options parser.
corneltek/cliframework
157093 Downloads
Command-line framework for PHP
laminas/laminas-console
7143982 Downloads
Build console applications using getopt syntax or routing, complete with prompts
clue/commander
17182 Downloads
Finally a sane way to register available commands and arguments and match your command line in PHP.