This is a PHP implementation of "getopt" supporting both short and long options. It helps parsing command line options in your PHP script.
Homepage: http://pear.php.net/package/Console_Getopt
- Console_CommandLine (recommended)
 - Console_GetoptPlus
 
BSD-2-Clause