# firesymfony plugin # ## Overview ## This plugin extends the web debug toolbar to send the debug information as a JSON object to the FireSymfony Firebug extension. ## Installation ## cd my_project php symfony plugin-install http://plugins.symfony-project.com/firesymfonyPlugin php symfony cc ### Requirements ### Client Side: * [Firefox](http://www.getfirefox.com/ "Firefox") - Only Works with the Firefox browser :) * [Firebug](http://www.getfirebug.com/ "Firebug") - Of course you need Firebug. * [FireSymfony](https://addons.mozilla.org/en-US/firefox/addon/9096/ "FireSymfony") - Also install the FireSymfony extension for Firefox. Server Side: * the JSON extension for PHP is required to use this plugin. See: [JSON extension](http://www.php.net/manual/en/book.json.php "JSON extension") #### NOTES #### * If you can provide feedback on the FireSymfony extension on the mozilla add-ons website, it will be moved as "public" soon. That means the users won't need to login to the mozilla website to download the extension. * At this time the plugin only shows information for the following tabs: Configuration & Request Variables, Logs & Messages, Memory Usage and Timers. ## Usage ## Please check the FireSymfony wiki on google code for detailed [Setup Instructions](http://code.google.com/p/firesymfony/wiki/firesymfonyPluginSetupInstructions "Setup Instructions") ## License ## For the full copyright and license information, please view the LICENSE file that was distributed with this source code.