sfHoptoadNotifier plugin ============== sfHoptoadNotifier is symfony plugin that sends notifications to Hoptoad (http://hoptoadapp.com) about your project exceptions. It's based on http://github.com/rich/php-hoptoad-notifier/tree/master. You can check it's README (http://github.com/rich/php-hoptoad-notifier/tree/master) for more info. Installation ------------ * Requirements rich/php-hoptoad-notifier uses the Horde_Yaml class. You can install this class using the commands below. $ pear channel-discover pear.horde.org $ pear install horde/yaml It also uses Pear's HTTP_Request: $ pear install HTTP_Request * Install the plugin $ git clone git://github.com/krasio/sfhoptoadnotifierplugin.git plugins/sfHoptoadNotifierPlugin * Add your Hoptoad API key in applications `app.yml` [yml] all: sf_hoptoad_notifier_plugin: api_key: you_api_key_goes_here * Clear you cache $ symfony cc