PHPackages                             nbah1990/laravel-logger-extension - 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. nbah1990/laravel-logger-extension

ActiveLibrary

nbah1990/laravel-logger-extension
=================================

Package contains additional log drivers and notification channels

v1.0.7(5y ago)0838MITPHPPHP ^7.2|^7.4

Since Nov 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/NBAH1990/laravel-logger-extension)[ Packagist](https://packagist.org/packages/nbah1990/laravel-logger-extension)[ RSS](/packages/nbah1990-laravel-logger-extension/feed)WikiDiscussions v1 Synced 1mo ago

READMEChangelog (8)Dependencies (7)Versions (10)Used By (0)

Package contains:

- laravel/lumen + monolog -&gt; fluentd integration;
- guzzle requests log middleware;

---

***To install the package use:***

```
composer require nbah1990/laravel-logger-extension

```

---

***How to use fluentd integration:***

1. Add to the `logging.php` config a new channel:

```
        'fluentd' => [
            'driver' => 'monolog',
            'handler' => \LaravelLoggerExtension\Monolog\Handler\FluentdHandler::class,
            'level' => 'debug',
            'handler_with' => [
                'host' => env('FLUENTD_HOST'),
                'port' => env('FLUENTD_PORT')
            ],
        ]
```

---

***How to use guzzle/http log integration:***

1. Create or publish the config `laravel-logger-extension.php`(you can find default config here `vendor/nbah1990/laravel-logger-extension/src/LaravelLoggerExtension/config/laravel-logger-extension.php`. By default, it looks like:

```
return [
    // pass true to enable log of all guzzle requests
    'guzzle_log_integration_enabled' => false,

    // guzzle client config with additions for logger
    'guzzle_log_integration' => [
        // you can add other guzzle client settings here

        // you can set your own handler for guzzle client
        // 'handler' => new \GuzzleHttp\HandlerStack(),

        // pass channels that should be used to write logs, they should be defined in the 'logging.php' configuration
        'log_channels' => [

        ],

        // format of the log message
        'log_formatter' => new \GuzzleHttp\MessageFormatter(
            '{method}({code}) - {uri} - {req_body} - {res_body} - {req_headers} - {error}'
        ),

        //by default all responses will be wrote with this level
        'log_default_level' => Psr\Log\LogLevel::DEBUG
    ]
];
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

9

Last Release

2006d ago

PHP version history (2 changes)v1.0.0PHP ^7.2

1.0.5PHP ^7.2|^7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/69ff8a17b7d0e08a2810a06d4b1e55ee52d05a1a01b724a9375eb42524768772?d=identicon)[NBAH1990](/maintainers/NBAH1990)

---

Top Contributors

[![nbah1990](https://avatars.githubusercontent.com/u/5500884?v=4)](https://github.com/nbah1990 "nbah1990 (18 commits)")

### Embed Badge

![Health badge](/badges/nbah1990-laravel-logger-extension/health.svg)

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

###  Alternatives

[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[illuminate/broadcasting

The Illuminate Broadcasting package.

7126.5M178](/packages/illuminate-broadcasting)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)

PHPackages © 2026

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