PHPackages                             nietthijmen/laravel-audit-trail - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nietthijmen/laravel-audit-trail

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nietthijmen/laravel-audit-trail
===============================

Laravel audit trail

1.0.0(1y ago)015[3 PRs](https://github.com/NietThijmen/laravel-audit-trail/pulls)MITPHPPHP ^8.2CI passing

Since Apr 14Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/NietThijmen/laravel-audit-trail)[ Packagist](https://packagist.org/packages/nietthijmen/laravel-audit-trail)[ Docs](https://github.com/nietthijmen/laravel-audit-trail)[ Fund](https://buymeacoffee.com/nietthijmen)[ GitHub Sponsors](https://github.com/NietThijmen)[ RSS](/packages/nietthijmen-laravel-audit-trail/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (5)Used By (0)

Laravel audit trail
===================

[](#laravel-audit-trail)

This is a really really basic audit trail implementation I made for school.

Should never ever ever be used in Production environments

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

[](#installation)

```
composer require nietthijmen/laravel-audit-trail
php artisan vendor:publish --provider "NietThijmen\LaravelAuditTrail\LaravelAuditTrailServiceProvider" --tag="audit-trail-provider"
php artisan vendor:publish --provider "NietThijmen\LaravelAuditTrail\LaravelAuditTrailServiceProvider" --tag="audit-trail-migrations"
```

Usage
-----

[](#usage)

Add the following interface to your models:

```
NietThijmen\LaravelAuditTrail\Contracts\Auditable;

```

```
- class User extends Authenticatable {
+ class User extends Authenticatable implements Auditable {
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance72

Regular maintenance activity

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.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

Unknown

Total

1

Last Release

393d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f79045ed83a1e5bf0dd03ab15600537e0afea4ae493acc3406987f694c9eb0c7?d=identicon)[NietThijmen](/maintainers/NietThijmen)

---

Top Contributors

[![NietThijmen](https://avatars.githubusercontent.com/u/53520119?v=4)](https://github.com/NietThijmen "NietThijmen (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

audit-traillaravellaravel-packagelaravelNietThijmenlaravel-audit-trail

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/nietthijmen-laravel-audit-trail/health.svg)

```
[![Health](https://phpackages.com/badges/nietthijmen-laravel-audit-trail/health.svg)](https://phpackages.com/packages/nietthijmen-laravel-audit-trail)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[laracraft-tech/laravel-useful-additions

A collection of useful Laravel additions!

58109.4k](/packages/laracraft-tech-laravel-useful-additions)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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