2017 © Pedro Peláez
 

library tc-errorhandler

ErrorHandler for ZF2 apps

image

thomascantonnet/tc-errorhandler

ErrorHandler for ZF2 apps

  • Thursday, April 7, 2016
  • by ThomasCantonnet
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,067 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

TC-ErrorHandler

Build Status, (*1)

This library aims at providing a simple way to handle errors in all of your ZF2 application. When an error is triggered, whether it is in your controller, your libraries or anywhere in your views, an exception is thrown hence preserving your application from unmonitored errors. It is then possible to log them through the MvcEvent::EVENT_RENDER_ERROR event., (*2)

Installation

Suggested installation method is through composer:, (*3)

php composer.phar require thomascantonnet/tc-errorhandler:1.*

Setup

If you use Zend Framework 2, you can now enable this module in your application by adding it to config/application.config.php as TCErrorHandler. Make sure to set it as the first module to be loaded, or at least before any module you want to monitor., (*4)

The Versions

07/04 2016

dev-master

9999999-dev

ErrorHandler for ZF2 apps

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Thomas Cantonnet

zf2

12/09 2013

v1.2.5

1.2.5.0

ErrorHandler for ZF2 apps

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Thomas Cantonnet

zf2

09/09 2013

v1.2.4

1.2.4.0

ErrorHandler for ZF2 apps

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Thomas Cantonnet

zf2

02/09 2013

v1.2.3

1.2.3.0

ErrorHandler for ZF2 apps

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Thomas Cantonnet

zf2

02/09 2013

v1.2.2

1.2.2.0

ErrorHandler for ZF2 apps

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Thomas Cantonnet

zf2

30/08 2013

v1.2.1

1.2.1.0

ErrorHandler for ZF2 apps

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Thomas Cantonnet

zf2

29/08 2013

v1.2

1.2.0.0

ErrorHandler for ZF2 apps

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Thomas Cantonnet

zf2

16/08 2013

v1.1

1.1.0.0

ErrorHandler for ZF2 apps

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Thomas Cantonnet

zf2

16/08 2013

v1.0.1

1.0.1.0

ErrorHandler for ZF2 apps

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Thomas Cantonnet

zf2

16/08 2013

v1.0

1.0.0.0

ErrorHandler for ZF2 apps

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Thomas Cantonnet

zf2