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

v7.0(1mo ago)05.9k↑287.5%4[1 PRs](https://github.com/arbory/request-logger/pulls)PHPCI passing

Since Feb 9Pushed 1mo 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 1w ago

READMEChangelog (10)Dependencies (10)Versions (30)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

56

—

FairBetter than 97% of packages

Maintenance94

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity74

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

Total

15

Last Release

31d ago

Major Versions

v2.0 → v3.02022-04-22

v3.0 → v4.02024-01-30

v4.0 → v5.02024-04-19

v5.0 → v6.02025-03-19

v6.1 → v7.02026-07-08

### 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 (8 commits)")[![cliche23](https://avatars.githubusercontent.com/u/3168975?v=4)](https://github.com/cliche23 "cliche23 (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![dmitrijsmihailovs](https://avatars.githubusercontent.com/u/6555569?v=4)](https://github.com/dmitrijsmihailovs "dmitrijsmihailovs (3 commits)")[![sabineabele](https://avatars.githubusercontent.com/u/50020884?v=4)](https://github.com/sabineabele "sabineabele (3 commits)")[![mungurs](https://avatars.githubusercontent.com/u/3380457?v=4)](https://github.com/mungurs "mungurs (1 commits)")[![ugis-voiciss](https://avatars.githubusercontent.com/u/144417528?v=4)](https://github.com/ugis-voiciss "ugis-voiciss (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

[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

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

OpenTelemetry auto-instrumentation for Laravel

593.1M9](/packages/open-telemetry-opentelemetry-auto-laravel)[nightowl/agent

NightOwl monitoring agent — collects telemetry from laravel/nightwatch and writes to PostgreSQL

915.8k](/packages/nightowl-agent)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3618.3k](/packages/duncanmcclean-statamic-cargo)[ecotone/laravel

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

21327.3k4](/packages/ecotone-laravel)

PHPackages © 2026

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