sfConsolePlugin, a console plugin for symfony
I've just release the first beta of my first symfony plugin: sfConsolePlugin. This plugins provides a PHP shell, with tab-completion, history support, and symfony capabilities. To install and use it, you need symfony 1.2 and the readline extension. From your project root:
$ ./symfony plugin:install sfConsolePlugin --release=0.0.2 $ ./symfony console:run
see the README file for more info.
Comments
Where are the unit tests ? ^^
--> (Well done for you work !)
Well the problem is I'm not sure how to unit test a shell :s