README.rst 676 B

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