sfHoptoadNotifierPlugin - track your symfony project exceptions using Hoptoad

April 16th, 2009
sfHoptoadNotifier is symfony plugin that sends notifications to Hoptoad about your project exceptions. It's based on rich/php-hoptoad-notifier. You can check it's README for more info.

Requirements
rich/php-hoptoad-notifier uses the Horde_Yaml class. You can install this class using the commands below.

1
2
$ 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
1
2
3
all:
  sf_hoptoad_notifier_plugin:
    api_key: you_api_key_goes_here
Clear your cache

$ symfony cc

0 comments »