PHPackages                             taguz91/yii2-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. taguz91/yii2-error-handler

ActiveYii2-extension

taguz91/yii2-error-handler
==========================

Error handler for mongo databases

v2.2.0(3y ago)034.7k↓10.7%11Apache-2.0PHPPHP &gt;=7.0.0

Since Apr 3Pushed 3y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (11)Used By (1)

Error handler
=============

[](#error-handler)

Error handler for mongo database

[![Latest Stable Version](https://camo.githubusercontent.com/b943f9f17262a7265d98369e70315d917f970aa6db8398dd2c0661efeaed93c8/68747470733a2f2f706f7365722e707567782e6f72672f746167757a39312f796969322d6572726f722d68616e646c65722f76)](//packagist.org/packages/taguz91/yii2-error-handler)[![Total Downloads](https://camo.githubusercontent.com/ce750ef2bd19199de9438daaf95c38a4c5577a7b3a2f05b1d1de0c08c9207d00/68747470733a2f2f706f7365722e707567782e6f72672f746167757a39312f796969322d6572726f722d68616e646c65722f646f776e6c6f616473)](//packagist.org/packages/taguz91/yii2-error-handler)[![Latest Unstable Version](https://camo.githubusercontent.com/cc9b6cd096a6c0c45e6d5e2eefbba3992b2f7586429212dd0c9489cbb341f832/68747470733a2f2f706f7365722e707567782e6f72672f746167757a39312f796969322d6572726f722d68616e646c65722f762f756e737461626c65)](//packagist.org/packages/taguz91/yii2-error-handler)[![License](https://camo.githubusercontent.com/e478c1fe4b045445f459371114ba7c87a66186d5d91f878065153b619c6e9726/68747470733a2f2f706f7365722e707567782e6f72672f746167757a39312f796969322d6572726f722d68616e646c65722f6c6963656e7365)](//packagist.org/packages/taguz91/yii2-error-handler)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist taguz91/yii2-error-handler

```

or add

```
"taguz91/yii2-error-handler": "~1.0.0"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by:

```
// confing\main.php

'components' => [
  ...,
  'errorHandler' => [
    'errorAction' => 'site/error',
    'class' => \taguz91\ErrorHandler\ErrorHandler::class,
    'empresa' => $_GET['empresa'] ?? 'undefined',
    'saveError' => true,
    'showTrace' => YII_DEBUG,
    // This exceptions not be save into database
    'exceptionsNotSave' => [
      \taguz91\ErrorHandler\exceptions\MessageException::class
    ],
  ],
]
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~58 days

Recently: every ~123 days

Total

10

Last Release

1347d ago

Major Versions

v1.2.2 → v2.0.02021-05-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/7869f5317dfdc136244ad47b455c6840e2f929271769a46e8cc0ac5dbd7999df?d=identicon)[taguz91](/maintainers/taguz91)

---

Top Contributors

[![taguz91](https://avatars.githubusercontent.com/u/42211711?v=4)](https://github.com/taguz91 "taguz91 (18 commits)")

---

Tags

error-handlermongodbyii2yii2-extensionyii2extension

### Embed Badge

![Health badge](/badges/taguz91-yii2-error-handler/health.svg)

```
[![Health](https://phpackages.com/badges/taguz91-yii2-error-handler/health.svg)](https://phpackages.com/packages/taguz91-yii2-error-handler)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[joni-jones/yii2-wschat

Online chat based on web sockets and ratchet php

981.3k](/packages/joni-jones-yii2-wschat)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
