PHPackages                             dulat/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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. dulat/error-handler

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

dulat/error-handler
===================

Laravel error handler package

v1.0(5y ago)07MITBlade

Since Jun 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Odulat/error-handler-package)[ Packagist](https://packagist.org/packages/dulat/error-handler)[ RSS](/packages/dulat-error-handler/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Introducing
-----------

[](#introducing)

Laravel error handler package

Install
-------

[](#install)

Install Via Composer

```
composer require dulat/error-handler
```

Publish vendor

```
php artisan vendor:publish
```

Migrate tables

```
php artisan migrate
```

Usage
-----

[](#usage)

After that register captureException method of App\\Exceptions\\Handler like this.

```
    use Dulat\ErrorHandler\Facades\ErrorHandler;
    ..

    class Handler extends ExceptionHandler
    {
        ...

        public function report(Exception $exception)
        {
            ErrorHandler::captureException($e);
        }
        ...
    }
```

To change list of receivers, write your emails at `config/error-handler.php`

```
return [
    'send_email_to' => [
        'example1@gmail.com',
        'example2@gmail.com',
    ]
];
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1832d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/502705ba4405913037cc8b9431af543ea4beb50b55ed1978901e7803fe7e8374?d=identicon)[Odulat](/maintainers/Odulat)

---

Top Contributors

[![dulatorazymbetov](https://avatars.githubusercontent.com/u/42073750?v=4)](https://github.com/dulatorazymbetov "dulatorazymbetov (16 commits)")

### Embed Badge

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

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M276](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M342](/packages/open-telemetry-sdk)

PHPackages © 2026

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