owen-it/laravel-auditing
Record the change log from models in Laravel observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 93
- Release rhythm 89
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 2
- age_days: 4031
- days_rel: 74
- days_push: 47
- n_releases_24m: 14
Adoption not part of the score
3458 stars · 409 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Laravel/Lumen package that keeps a history of Eloquent model changes by adding a trait to models, storing audit records via configurable drivers. It exposes audited data for presentation, transformation, and tagging, helping surface discrepancies or suspect activity in data changes.
Use cases
- track changes to eloquent models in laravel
- keep an audit log of who changed what in a laravel app
- log model update history with a trait
- record database record revisions in laravel
- audit trail for laravel models
- detect suspicious or anomalous data changes
- view history of model attribute changes
- compliance logging for php web app database changes
When to choose
- You are building a Laravel or Lumen application and want per-model audit logs with minimal setup (just add a trait)
- You need to omit or transform sensitive attributes before they are audited
- You want audit records you can query, tag, filter, and prune automatically via a threshold
When to avoid
- Your project does not use Laravel/Lumen or the Eloquent ORM
- You need database-level, request-level, or infrastructure audit logging beyond Eloquent model changes
- You need general application monitoring or performance logging rather than model change tracking
Facets
library · maturity stable
logging database web-development backend security developer-tools php laravel lumen eloquent audit-trail model-history change-tracking revision-history observers compliance composer-package web-server
2 sources
- readme: https://github.com/owen-it/laravel-auditing · fetched 2026-08-28 · a78b5b3e4704
- homepage: https://laravel-auditing.com · fetched 2026-08-29 · fbe1cd17296b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| owen-it/laravel-auditing | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="owen-it/laravel-auditing")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem