2017 © Pedro Peláez
 

symfony-bundle airbrake-bundle

Airbrake API v3 integration for Symfony3 >=

image

speerit/airbrake-bundle

Airbrake API v3 integration for Symfony3 >=

  • Friday, December 8, 2017
  • by bitgandtter
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,903 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 10 Versions
  • 2 % Grown

The README.md

SpeeritAirbrakeBundle

This is a fork of the original https://github.com/aminin/airbrake-bundle bundle big thanks to its developer/s, (*1)

SensioLabsInsight Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Prerequisites

This version of the bundle requires Symfony 3.0+, (*3)

Installation

Step 1: Download SpeeritAirbrakeBundle using composer

Add SpeeritAirbrakeBundle in your composer.json:, (*4)

$ composer require speerit/airbrake-bundle

Step 2: Enable the bundle

Enable the bundle in the kernel:, (*5)

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Speerit\AirbrakeBundle\SpeeritAirbrakeBundle(),
    );
}

Step 3: Configure the SpeeritAirbrakeBundle

Add the following configuration to your config.yml file, (*6)

# app/config/config.yml
speerit_airbrake:
    project_id:  YOUR-PROJECT-ID
    project_key: YOUR-API-KEY

Configuration reference

speerit_airbrake:
    # This parameter is required
    # For Errbit the exact value of project_id doesn't matter
    project_id: YOUR-PROJECT-ID

    # Omit this key if you need to enable/disable the bundle temporarily 
    # If not given, this bundle will ignore all exceptions and won't send any data to remote.
    project_key: YOUR-API-KEY

    # By default, it is set to api.airbrake.io.
    # A host is a web address containing a scheme ("http" or "https"), a host and a port.
    # You can omit the scheme ("https" will be assumed) and the port (80 or 443 will be assumed).
    host: http://errbit.localhost:8000

    # You might want to ignore some exceptions such as http not found, access denied etc.
    # By default this bundle ignores all HttpException instances. (includes HttpNotFoundException, AccessDeniedException)
    # To log all exceptions leave this array empty.
    ignored_exceptions: ["Symfony\Component\HttpKernel\Exception\HttpException"]

Usage

Once configured, bundle will automatically send exceptions/errors to airbrake server., (*7)

License

This bundle is under the MIT license. See the complete license in the Resources/meta/LICENSE, (*8)

The Versions

08/12 2017

dev-master

9999999-dev

Airbrake API v3 integration for Symfony3 >=

  Sources   Download

MIT

The Requires

 

The Development Requires

by Anton Minin
by Yasmany Cubela Medina
by Speerit TEAM
by David de Freitas

08/12 2017

2.2.0

2.2.0.0

Airbrake API v3 integration for Symfony3 >=

  Sources   Download

MIT

The Requires

 

The Development Requires

by Anton Minin
by Yasmany Cubela Medina
by Speerit TEAM
by David de Freitas

24/07 2017

2.1.0

2.1.0.0

Airbrake API v3 integration for Symfony3 >=

  Sources   Download

MIT

The Requires

 

The Development Requires

by Anton Minin
by Yasmany Cubela Medina
by Speerit TEAM
by David de Freitas

03/06 2017

2.0.0

2.0.0.0

Airbrake API v3 integration for Symfony3 >=

  Sources   Download

MIT

The Requires

 

The Development Requires

by Anton Minin
by Yasmany Cubela Medina
by Speerit TEAM
by David de Freitas

29/05 2017

1.0.1

1.0.1.0

Airbrake API v3 integration for Symfony2 >=

  Sources   Download

MIT

The Requires

 

The Development Requires

by Anton Minin
by Yasmany Cubela Medina
by Speerit TEAM
by David de Freitas

24/05 2017

1.0.0

1.0.0.0

Airbrake API v3 integration for Symfony2 >=

  Sources   Download

MIT

The Requires

 

The Development Requires

by Anton Minin
by Yasmany Cubela Medina
by Speerit TEAM
by David de Freitas

22/03 2016

v0.1.3

0.1.3.0

Airbrake API v3 integration for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Anton Minin

21/03 2016

v0.1.2

0.1.2.0

Airbrake API v3 integration for Symfony2

  Sources   Download

MIT

The Requires

 

by Anton Minin

18/03 2016

v0.1.1

0.1.1.0

Airbrake API v3 integration for Symfony2

  Sources   Download

MIT

The Requires

 

by Anton Minin

13/03 2016

v0.1.0

0.1.0.0

Airbrake API v3 integration for Symfony2

  Sources   Download

MIT

The Requires

 

by Anton Minin