Added Symfony Console

This commit is contained in:
Grégoire Pineau 2013-12-26 17:46:59 +01:00
parent 2053dfe0a1
commit a45b431fd4

View File

@ -358,6 +358,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
## Command Line
*Libraries for building command line utilities.*
* [Symfony Console](http://symfony.com/doc/current/components/console/index.html) - A library to build CLI application.
* [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.