diff --git a/awesome-php.md b/awesome-php.md index 32d720b..8966b20 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -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.