1*******************************************
2Console_Getopt - Command-line option parser
3*******************************************
4
5This is a PHP implementation of "getopt" supporting both short and long options.
6It helps parsing command line options in your PHP script.
7
8Homepage: http://pear.php.net/package/Console_Getopt
9
10.. image:: https://travis-ci.org/pear/Console_Getopt.svg?branch=master
11    :target: https://travis-ci.org/pear/Console_Getopt
12
13
14Alternatives
15============
16
17* Console_CommandLine__ (recommended)
18* Console_GetoptPlus__
19
20__ http://pear.php.net/package/Console_CommandLine
21__ http://pear.php.net/package/Console_GetoptPlus
22
23
24License
25=======
26BSD-2-Clause
27