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)1256.6k↓14.2%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 2d 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 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity79

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

1038d 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://avatars.githubusercontent.com/u/2689026?v=4)[brackets](/maintainers/brackets)[@Brackets](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[naoray/laravel-github-monolog

Log driver to store logs as github issues

10823.1k](/packages/naoray-laravel-github-monolog)

PHPackages © 2026

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