PHPackages                             t4web/error-handler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. t4web/error-handler

ActiveLibrary

t4web/error-handler
===================

ZF2 Module. For handle and log errors

1.0.2(9y ago)0112BSD-3-ClausePHPPHP ^5.5 || ^7.0

Since Aug 17Pushed 9y ago3 watchersCompare

[ Source](https://github.com/t4web/ErrorHandler)[ Packagist](https://packagist.org/packages/t4web/error-handler)[ Docs](https://github.com/t4web/ErrorHandler)[ RSS](/packages/t4web-error-handler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

ErrorHandler
============

[](#errorhandler)

ZF2 Module. For handle and log errors

If enabled you can log all PHP errors\\notices\\warnings etc.

Installation
------------

[](#installation)

Add this project in your composer.json:

```
"require": {
    "t4web/error-handler": "~1.0.0"
}
```

Now tell composer to download `T4web\ErrorHandler` by running the command:

```
$ php composer.phar update
```

#### Post installation

[](#post-installation)

Enabling it in your `application.config.php`file.

```
