2017 © Pedro Peláez
 

symfony-bundle mail-exception-bundle

Symfony bundle for reporting exceptions to an email

image

desarrolla2/mail-exception-bundle

Symfony bundle for reporting exceptions to an email

  • Tuesday, March 13, 2018
  • by desarrolla2
  • Repository
  • 2 Watchers
  • 3 Stars
  • 5,356 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 18 Versions
  • 4 % Grown

The README.md

MailExceptionBundle

Email you when Symfony2 Exceptions occurs with some information., (*1)

Name Badge Name Badge
Build Build Status Latest Stable Latest Stable Version
Quality Score Scrutinizer Quality Score Latest Unstable Latest Unstable Version
Code Coverage Code Coverage Total Downloads Total Downloads
Insight SensioLabsInsight License License
Dependencies Dependency Status

Installation

Download the Bundle., (*2)

composer require "desarrolla2/mail-exception-bundle"

Enable the Bundle, (*3)

// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new  Desarrolla2\Bundle\MailExceptionBundle\MailExceptionBundle(),
        );

        // ...
    }

    // ...
}

Usage

You need put something like this in your config.yml, (*4)

mail_exception:
    from: 'your@email.com'
    to: 'your@email.com'
    subject: 'An error has ocurred'
    avoid:
        environments: #this environments will be ignored

            - 'dev'
            - 'test'

        exceptions: #this exceptions will be ignored

            - 'Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException'
            - 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException'

Example

When a exception occurs you will receive in your mail inbox something like this., (*5)

screenshot, (*6)

Contact

You can contact with me on @desarrolla2., (*7)

The Versions

13/03 2018

dev-master

9999999-dev

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

25/05 2017

0.6.9

0.6.9.0

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

25/05 2017

0.6.8

0.6.8.0

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

25/05 2017

0.6.7

0.6.7.0

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

23/05 2017

0.6.6

0.6.6.0

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

28/04 2017

0.6.5

0.6.5.0

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

25/04 2017

0.6.4

0.6.4.0

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

11/04 2017

0.6.3

0.6.3.0

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

11/04 2017

0.6.2

0.6.2.0

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

11/04 2017

0.6.1

0.6.1.0

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

11/04 2017

0.6.0

0.6.0.0

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

15/03 2017

0.5.0

0.5.0.0

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

27/11 2014

0.4.0

0.4.0.0

Symfony bundle for reporting exceptions to an email

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

19/11 2014

0.3.2

0.3.2.0

email exceptions for symfony2

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

19/11 2014

0.3.1

0.3.1.0

email exceptions for symfony2

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

18/11 2014

0.3.0

0.3.0.0

email exceptions for symfony2

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

06/11 2014

0.2.0

0.2.0.0

email exceptions for symfony2

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño

06/11 2014

0.1.0

0.1.0.0

email exceptions for symfony2

  Sources   Download

MIT

The Requires

 

by Daniel González Cerviño