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

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

savannabits/advanced-logger
===========================

Advanced logger

v7.0.0(6y ago)0431MITPHPPHP ^7.2.5CI failing

Since May 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/savannabits/advanced-logger)[ Packagist](https://packagist.org/packages/savannabits/advanced-logger)[ RSS](/packages/savannabits-advanced-logger/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (6)Versions (2)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 savannabits/advamnced-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="Savannabits\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' => [Savannabits\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' => [Savannabits\AdvancedLogger\LogCustomizers\HashLogCustomizer::class],
        ],

        ...
    ],
```

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

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

Unknown

Total

1

Last Release

2240d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5610289?v=4)[Sam Maosa](/maintainers/coolsam726)[@coolsam726](https://github.com/coolsam726)

---

Top Contributors

[![coolsam726](https://avatars.githubusercontent.com/u/5610289?v=4)](https://github.com/coolsam726 "coolsam726 (1 commits)")[![smaosa](https://avatars.githubusercontent.com/u/275793777?v=4)](https://github.com/smaosa "smaosa (1 commits)")

---

Tags

loggerrequest logger

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/savannabits-advanced-logger/health.svg)](https://phpackages.com/packages/savannabits-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.4k14](/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)
