PHPackages                             log0/php-client - 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. log0/php-client

ActiveLibrary

log0/php-client
===============

Log PHP Exception

118PHP

Since Sep 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/savankoradia/Log0-php-client)[ Packagist](https://packagist.org/packages/log0/php-client)[ RSS](/packages/log0-php-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#About Client library to catch error and exception.

\#How to install?

```
- composer require log0/php-client
- composer require log0/php-client "@dev"
```

Core PHP Usage
==============

[](#core-php-usage)

To use this library with code php code, make following configurations:

```
require_once 'vendor/autoload.php';
use Log0\Exceptioner\Core\Handler;
Handler::init();
```

CakePHP 3 Usage
===============

[](#cakephp-3-usage)

To use this library with CakePHP 3, make following configurations:

```
#boostrap.php
use Log0\Exceptioner\Cake3\Error as Log0Error;
Configure::write('Error.exceptionRenderer', 'Log0\Exceptioner\Cake3\Renderer');
(new Log0Error(Configure::read('Error')))->register();
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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

---

Top Contributors

[![savankoradia](https://avatars.githubusercontent.com/u/1279334?v=4)](https://github.com/savankoradia "savankoradia (6 commits)")[![mdsavan](https://avatars.githubusercontent.com/u/6459762?v=4)](https://github.com/mdsavan "mdsavan (3 commits)")

### Embed Badge

![Health badge](/badges/log0-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/log0-php-client/health.svg)](https://phpackages.com/packages/log0-php-client)
```

PHPackages © 2026

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