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

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

craftable/advanced-logger
=========================

Advanced logger

v1.0.2(6y ago)015MITPHPPHP &gt;=7.1.0

Since Feb 6Pushed 6y agoCompare

[ Source](https://github.com/et-nik/craftable-advanced-logger)[ Packagist](https://packagist.org/packages/craftable/advanced-logger)[ RSS](/packages/craftable-advanced-logger/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (6)Versions (7)Used By (0)

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, 5.7 and 5.8, 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.8
------------------------------------------------------

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

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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

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

Total

3

Last Release

2552d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1330709?v=4)[knik](/maintainers/knik)[@knik](https://github.com/knik)

---

Top Contributors

[![dejwCake](https://avatars.githubusercontent.com/u/22255647?v=4)](https://github.com/dejwCake "dejwCake (13 commits)")[![et-nik](https://avatars.githubusercontent.com/u/3670640?v=4)](https://github.com/et-nik "et-nik (4 commits)")

---

Tags

loggerrequest logger

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[illuminate/log

The Illuminate Log package.

6225.0M603](/packages/illuminate-log)[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.

45344.0k1](/packages/pressbooks-pressbooks)[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

2037.5k](/packages/onlime-laravel-http-client-global-logger)

PHPackages © 2026

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