PHPackages                             arbory/request-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. arbory/request-logger

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

arbory/request-logger
=====================

Arbory admin request logger

v6.1(1y ago)05.3k↑211.1%4[3 PRs](https://github.com/arbory/request-logger/pulls)PHPCI passing

Since Feb 9Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/arbory/request-logger)[ Packagist](https://packagist.org/packages/arbory/request-logger)[ RSS](/packages/arbory-request-logger/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (5)Versions (18)Used By (0)

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

[](#installation)

Require arbory/request-logger via composer

```
composer require arbory/request-logger
```

#### Publish config files and translations

[](#publish-config-files-and-translations)

```
php artisan vendor:publish --provider="Arbory\AdminLog\AdminLogServiceProvider" --tag="config"
php artisan vendor:publish --provider="Arbory\AdminLog\AdminLogServiceProvider" --tag="translations"
```

#### Run migrations

[](#run-migrations)

```
php artisan migrate
```

#### Enable module by adding to config `config/arbory.php` and register routes in `routes/admin.php`

[](#enable-module-by-adding-to-config-configarboryphp-and-register-routes-in-routesadminphp)

```
'menu' => [
    ...
    \Arbory\AdminLog\Http\Controllers\Admin\AdminLogController::class
]
```

```
Admin::modules()->register(\Arbory\AdminLog\Http\Controllers\Admin\AdminLogController::class);
```

Usage
-----

[](#usage)

#### Configure sanitized data

[](#configure-sanitized-data)

Add your own sensitive words, keys, patterns to blacklist in `sanitizer` section of `config/admin-log.php`.

#### Schedule cleaning up of old logs

[](#schedule-cleaning-up-of-old-logs)

Add `arbory:cleanup-admin-log` to your app schedule to clean old log entries. By default this will delete all records older than 365 days. You can specify other retain period in configuration `config/admin-log`, updating `retain_for_days` parameter.

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance62

Regular maintenance activity

Popularity25

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~204 days

Recently: every ~279 days

Total

14

Last Release

407d ago

Major Versions

v1.6 → 2.0.x-dev2020-11-26

v2.0 → v3.02022-04-22

v3.0 → v4.02024-01-30

v4.0 → v5.02024-04-19

v5.0 → v6.02025-03-19

### Community

Maintainers

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

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

---

Top Contributors

[![holystix](https://avatars.githubusercontent.com/u/9839442?v=4)](https://github.com/holystix "holystix (6 commits)")[![cliche23](https://avatars.githubusercontent.com/u/3168975?v=4)](https://github.com/cliche23 "cliche23 (6 commits)")[![dmitrijsmihailovs](https://avatars.githubusercontent.com/u/6555569?v=4)](https://github.com/dmitrijsmihailovs "dmitrijsmihailovs (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![sabineabele](https://avatars.githubusercontent.com/u/50020884?v=4)](https://github.com/sabineabele "sabineabele (2 commits)")[![ugis-voiciss](https://avatars.githubusercontent.com/u/144417528?v=4)](https://github.com/ugis-voiciss "ugis-voiciss (1 commits)")[![mungurs](https://avatars.githubusercontent.com/u/3380457?v=4)](https://github.com/mungurs "mungurs (1 commits)")

### Embed Badge

![Health badge](/badges/arbory-request-logger/health.svg)

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

###  Alternatives

[open-telemetry/opentelemetry-auto-laravel

OpenTelemetry auto-instrumentation for Laravel

582.4M8](/packages/open-telemetry-opentelemetry-auto-laravel)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14844.4k1](/packages/guanguans-laravel-exception-notify)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)

PHPackages © 2026

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