1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-04 23:40:47 +00:00
This commit is contained in:
Jamie York 2013-08-23 10:59:48 -07:00
parent 58cecb75fb
commit d388bb74d7

View File

@ -241,6 +241,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
## Command Line
* [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL.
* [PsySh](https://github.com/bobthecow/psysh) - Another PHP REPL.
* [GetOpt](https://github.com/ulrichsg/getopt-php) - A command line opt parser.
* [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
* [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.