Giter Club home page Giter Club logo

sfhoptoadnotifierplugin's Introduction

sfHoptoadNotifier plugin
==============

sfHoptoadNotifier is symfony plugin that sends notifications to Hoptoad (http://hoptoadapp.com) about your project exceptions and error log messages.
It's based on http://github.com/rich/php-hoptoad-notifier/tree/master. 

The version 1.2 of this plugin use the Hoptoad API V2. The V1 is no longer effective since the 1st feb. 2010.

Requirements
------------

It requires a http client, which must be either curl, zend or pear (default).
      
 * pear:
 
        $ pear install HTTP_Request2
  (if it does not work, try: $ pear install HTTP_Request2-alpha)
      
 * curl:
 
    install mod_curl. On debian-like: 
    
        $ apt-get install php5-curl
      
 * zend:
  
    install Zend_Http_Client
  
Install the plugin
------------------
      
 * using symfony:
 
        php symfony plugin:install sfHoptoadNotifierPlugin
        
 * or using git:
 
        $ git clone git://github.com/tmarly/sfhoptoadnotifierplugin.git plugins/sfHoptoadNotifierPlugin
  then enable the plugin in config/ProjectConfiguration.class.php
      
 * or by direct download:
 
   get http://github.com/tmarly/sfhoptoadnotifierplugin/blob/master/sfHoptoadNotifierPlugin-2.0.0.tgz
 
   tar xvzf sfHoptoadNotifierPlugin-2.0.0.tgz plugins/
  
   then enable the plugin in config/ProjectConfiguration.class.php

Configure your app.yml:
-----------------------

  * In app.yml of your applications:
  
          [yml]
          all:
            sf_hoptoad_notifier_plugin:
              api_key: you_api_key_goes_here
              client: curl # either pear, curl, or zend
              log_level: err # all logs of this level or above will be logged into hoptoad

  * Clear your cache

        $ symfony cc

sfhoptoadnotifierplugin's People

Contributors

krasio avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.