library zf2-errorhandler
ErrorHandler for ZF2 apps
swissengine/zf2-errorhandler
ErrorHandler for ZF2 apps
- Wednesday, May 4, 2016
- by SwissEngine
- Repository
- 2 Watchers
- 0 Stars
- 488 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
SwissEngine\ErrorHandler
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., (*1)
Installation
Suggested installation method is through composer:, (*2)
php composer.phar require swissengine/zf2-errorhandler:dev-master
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 SwissEngine\Tools\ErrorHandler., (*3)
dev-master
9999999-dev
ErrorHandler for ZF2 apps
Sources
Download
MIT
The Requires
by
SwissEngine
zf2
swissengine