# 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 ## php symfony plugin:install firesymfonyPlugin ### 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. #### NOTES #### * If you can provide feedback on the FireSymfony extension web site, 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. * We are trying to provide support for all versions of symfony. ## Usage ## Edit the factories.yml file of your application and change the following entry: web_debug_class: fsWebDebug Next time you load the page, it will show the web debug information on the "syfmony" panel of Firebug. ## License ## For the full copyright and license information, please view the LICENSE file that was distributed with this source code.