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.