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

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

celysium/logger
===============

v1.24(2y ago)0494PHPPHP ^8.1

Since Jun 12Pushed 2y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (27)Used By (0)

Logger
======

[](#logger)

Log Http Request,Response,Exception
-----------------------------------

[](#log-http-requestresponseexception)

### for store http request and response into collection request\_log in mongo db use macro loggable

[](#for-store-http-request-and-response-into-collection-request_log-in-mongo-db-use-macro-loggable)

**before:**

```
Http::withBasicAuth(env('USERNAME'), env('PASSWORD'))
            ->withHeaders(
                [
                    'Accept'           => 'application/json',
                    'Content-Type'     => 'application/json',
                ]
            )
            ->baseUrl(env('BASE_URL'))
            ->get('')
            ->onError(function ($response) {
                throw new BadRequestHttpException($response);
            })
            ->json();

```

**after:**

```
Http::loggable('name')->withBasicAuth(env('USERNAME'), env('PASSWORD'))
            ->withHeaders(
                [
                    'Accept'           => 'application/json',
                    'Content-Type'     => 'application/json',
                ]
            )
            ->baseUrl(env('BASE_URL'))
            ->get('')
            ->onError(function ($response) {
                throw new BadRequestHttpException($response);
            })
            ->json();

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 78.1% 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 ~7 days

Recently: every ~0 days

Total

26

Last Release

895d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ab225a12cc225e076ebf60d330f3e63118d97e8b1a5950e7f1039a862095fda?d=identicon)[celysium](/maintainers/celysium)

---

Top Contributors

[![abbasfisal](https://avatars.githubusercontent.com/u/10767713?v=4)](https://github.com/abbasfisal "abbasfisal (25 commits)")[![hekmatinasser](https://avatars.githubusercontent.com/u/17121789?v=4)](https://github.com/hekmatinasser "hekmatinasser (7 commits)")

### Embed Badge

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

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

###  Alternatives

[overtrue/laravel-query-logger

A dev tool to log all queries for laravel application.

413307.5k6](/packages/overtrue-laravel-query-logger)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)

PHPackages © 2026

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