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 today

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 57% 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

943d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/113626818?v=4)[celysium](/maintainers/celysium)[@celysium](https://github.com/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

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[open-telemetry/opentelemetry-auto-laravel

OpenTelemetry auto-instrumentation for Laravel

592.7M9](/packages/open-telemetry-opentelemetry-auto-laravel)[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).

14845.8k1](/packages/guanguans-laravel-exception-notify)[nightowl/agent

NightOwl monitoring agent — collects telemetry from laravel/nightwatch and writes to PostgreSQL

771.7k](/packages/nightowl-agent)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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