PHPackages                             anboz/custom-logger - 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. anboz/custom-logger

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

anboz/custom-logger
===================

Custom logger

0198PHP

Since Oct 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/anbozsultonov/custom-logger)[ Packagist](https://packagist.org/packages/anboz/custom-logger)[ RSS](/packages/anboz-custom-logger/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

custom logging
--------------

[](#custom-logging)

**installing**

```
composer require anboz/custom-logger

```

Use
===

[](#use)

```
add channel to
config/logging.php
[
    'channels' => [
        //...
        'custom-log' => [
            'driver' => 'custom',
            'via' => \Anboz\CustomLogger\Logging\LoggerFactory::class,
            'logger_name' => 'logs',
            'level' => 'debug',
            'ignore_exceptions' => false,
        ],
        //...
    ]
]

```

```

\Log::alert('first alert test from anboz logging');

```

```
//result

```

[![img.png](img.png)](img.png)

```
_

```

[![img_1.png](img_1.png)](img_1.png)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a7d790247c14ff39bb781ee85fdb87f3082ae7daf0322f2621fbae7959254b98?d=identicon)[anboz](/maintainers/anboz)

---

Top Contributors

[![anbozsultonov](https://avatars.githubusercontent.com/u/56534340?v=4)](https://github.com/anbozsultonov "anbozsultonov (12 commits)")

### Embed Badge

![Health badge](/badges/anboz-custom-logger/health.svg)

```
[![Health](https://phpackages.com/badges/anboz-custom-logger/health.svg)](https://phpackages.com/packages/anboz-custom-logger)
```

###  Alternatives

[psr/log

Common interface for logging libraries

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

API for OpenTelemetry PHP.

1938.5M261](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)[relaxart/monolog-docker-handler

Docker handler for monolog

1442.6k](/packages/relaxart-monolog-docker-handler)

PHPackages © 2026

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