1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-05 16:00:47 +00:00

Add CLI suggestions.

This commit is contained in:
Jamie 2014-05-26 18:35:09 -06:00
parent ef3323f527
commit 892a4bd153

View File

@ -382,6 +382,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL.
* [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL.
* [Pecan](https://github.com/mcrumm/pecan) - An event-driven, non-blocking shell.
* [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.