The release "default," does not exist for plugin "sfPhotoGalleryPlugin".
Releases for sf 1.3
| Version |
License |
API |
Released |
|
1.2.1stable
|
MIT license |
1.2.0stable
|
01/03/2010 |
Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.2.1stable
|
MIT license |
1.2.0stable
|
01/03/2010 |
|
1.0.0beta
|
MIT license |
1.0.0beta
|
16/04/2009 |
| Name |
Channel |
Version |
| Yaml |
pear.horde.org |
1.0.1- |
Changelog for release 1.0.0 - 16/04/2009
Other releases
Release 1.2.1 - 01/03/2010
Release 1.0.0 - 16/04/2009
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