PHPackages                             dietrich/api\_handle\_exc - 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. dietrich/api\_handle\_exc

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

dietrich/api\_handle\_exc
=========================

Handle all exception and save in db

06PHP

Since Sep 19Pushed 6y ago2 watchersCompare

[ Source](https://github.com/Dietrich2981/api_handle_exception)[ Packagist](https://packagist.org/packages/dietrich/api_handle_exc)[ RSS](/packages/dietrich-api-handle-exc/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

api\_handle\_exception
======================

[](#api_handle_exception)

Handle all api exception and save into database

For install:

```
composer require dietrich/api_handle_exc
```

Add the ServiceProvider to the providers array in config/app.php

```
Dietrich\ApiHandleExc\ApiHandleExcProvider::class,
```

Copy the package config to your local config with the publish command:

```
php artisan vendor:publish --provider="Dietrich\ApiHandleExc\ApiHandleExcProvider"
```

And migrate

```
php artisan migrate
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/70e457811a3dd49ada6ac5d943f700ae4fafd3817eaf5b3694a33bcbcd912b27?d=identicon)[Dietrich](/maintainers/Dietrich)

---

Top Contributors

[![Dietrich2981](https://avatars.githubusercontent.com/u/19431519?v=4)](https://github.com/Dietrich2981 "Dietrich2981 (2 commits)")[![v3shevchenko](https://avatars.githubusercontent.com/u/9881385?v=4)](https://github.com/v3shevchenko "v3shevchenko (1 commits)")

### Embed Badge

![Health badge](/badges/dietrich-api-handle-exc/health.svg)

```
[![Health](https://phpackages.com/badges/dietrich-api-handle-exc/health.svg)](https://phpackages.com/packages/dietrich-api-handle-exc)
```

###  Alternatives

[psr/log

Common interface for logging libraries

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

API for OpenTelemetry PHP.

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

SDK for OpenTelemetry PHP.

2328.5M323](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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