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

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

brackets/advanced-logger
========================

Advanced logger

v3.1.0(2y ago)1252.7k↑12.5%141MITPHPPHP ^8.0|^8.1CI failing

Since Feb 6Pushed 2y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (6)Versions (22)Used By (1)

Advanced Logger
===============

[](#advanced-logger)

Advanced logger is a laravel package used to automatically log every request made to you laravel application. Each request is also identified by hash, which can be used in standard log to identify the request.

This package has been inspired by package  from Anderson Andrade.

Installation
------------

[](#installation)

### Composer

[](#composer)

Run `composer require brackets/advanced-logger` in your terminal.

### Laravel

[](#laravel)

This package is for Laravel 5.5, 5.6 and 5.7, so it has auto discovery.

To publish config file, run

```
php artisan vendor:publish --provider="Brackets\AdvancedLogger\AdvancedLoggerServiceProvider"
```

Configuration
-------------

[](#configuration)

All options are described in `config/advanced-logger.php`.

Using request hash in standard log file in Laravel 5.7
------------------------------------------------------

[](#using-request-hash-in-standard-log-file-in-laravel-57)

If you would like to have request identifier in you standard log, to match log events with request you could add to `config/logging.php`

```
'tap' => [Brackets\AdvancedLogger\LogCustomizers\HashLogCustomizer::class],
```

to `daily` channel. The resulted code should looks like

```
    'channels' => [
        ...

        'daily' => [
            'driver' => 'daily',
            'path' => storage_path('logs/laravel.log'),
            'level' => 'debug',
            'days' => 14,
            'tap' => [Brackets\AdvancedLogger\LogCustomizers\HashLogCustomizer::class],
        ],

        ...
    ],
```

This log modifier can be used also in other channels, however it uses extended `LineFormatter`.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

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

Recently: every ~304 days

Total

11

Last Release

992d ago

Major Versions

v1.0.2 → v2.0.02019-09-16

2.3.0 → 3.0.02022-03-09

PHP version history (7 changes)v1.0.0PHP &gt;=7.1.0

v2.0.0PHP ^7.2

v2.1.0PHP ^7.2.5

2.2.0PHP ^7.2.5|^7.3.0

2.3.0PHP ^7.2.5|^7.3.0|^8.0

3.0.0PHP ^8.0.2

v3.1.0PHP ^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/646d83c7b998c5d1a93bd3826668765ab188455f558fbec6ae7b5f1524e8377a?d=identicon)[brackets](/maintainers/brackets)

---

Top Contributors

[![dejwCake](https://avatars.githubusercontent.com/u/22255647?v=4)](https://github.com/dejwCake "dejwCake (22 commits)")[![RichardDominik](https://avatars.githubusercontent.com/u/13850339?v=4)](https://github.com/RichardDominik "RichardDominik (7 commits)")[![palypster](https://avatars.githubusercontent.com/u/2362237?v=4)](https://github.com/palypster "palypster (5 commits)")[![strstensky](https://avatars.githubusercontent.com/u/39539367?v=4)](https://github.com/strstensky "strstensky (4 commits)")[![rastik1584](https://avatars.githubusercontent.com/u/1572018?v=4)](https://github.com/rastik1584 "rastik1584 (1 commits)")

---

Tags

loggerrequest logger

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2081.1M2](/packages/marvinlabs-laravel-discord-logger)[prettus/laravel-request-logger

HTTP request logger middleware for Laravel

24646.6k1](/packages/prettus-laravel-request-logger)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8674.9k](/packages/illuminated-console-logger)[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

1935.1k](/packages/onlime-laravel-http-client-global-logger)[hryha/laravel-request-logger

A Laravel package to log requests and responses

102.2k](/packages/hryha-laravel-request-logger)[yzen.dev/mono-processor

This Processor will display in the logs bread crumbs by which you can more quickly and accurately identify the cause of the error.

116.1k](/packages/yzendev-mono-processor)

PHPackages © 2026

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