2017 © Pedro Peláez
 

symfony-bundle errbit-bundle

Symfony Errbit Integration Bundle

image

redexperts/errbit-bundle

Symfony Errbit Integration Bundle

  • Friday, February 13, 2015
  • by emgiezet
  • Repository
  • 6 Watchers
  • 7 Stars
  • 1,740 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Redexperts Errbit Bundle

Build Status, (*1)

This bundle integrates errbit and [errbitPHP] (https://github.com/emgiezet/errbitPHP) client with Symfony 2 by kernel.exception event listener., (*2)

Installation

Add RedexpertsErrbitBundle in your composer.json:, (*3)

{
    "require": {
        "redexperts/errbit-bundle": "dev-master"
    }
}

Download the bundle by running the command:, (*4)

``` bash $ php composer.phar update redexperts/errbit-bundle, (*5)


Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Redexperts\ErrbitBundle\RedexpertsErrbitBundle(), ); }

Configuration

Configure bundle in your /app/config.yml file:, (*6)

# /app/config.yml
redexperts_errbit:
    errbit:
        errbit_enable_log: true #default true - enable or disable errbit loggining
        api_key:           API_KEY #errbit API KEY
        host:              HOST #errbit host
        port:              PORT # default 80
        environment_name:  ENVIRONMENT_NAME #default local - can be test,prod etc.
        skipped_exceptions:  [] #list of skipped exceptions which you do not need to log by errbit

That's it, (*7)

The Versions

13/02 2015

dev-master

9999999-dev http://www.redexperts.net

Symfony Errbit Integration Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Korsak

errbit redexperts

13/02 2015

v1.0

1.0.0.0 http://www.redexperts.net

Symfony Errbit Integration Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Daniel Korsak

errbit redexperts