PHPackages                             bradietilley/laravel-audit-logs - 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. bradietilley/laravel-audit-logs

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

bradietilley/laravel-audit-logs
===============================

Log changes to your models in your Laravel application

01PHPCI passing

Since Jul 23Pushed 2w ago1 watchersCompare

[ Source](https://github.com/bradietilley/laravel-audit-logs)[ Packagist](https://packagist.org/packages/bradietilley/laravel-audit-logs)[ RSS](/packages/bradietilley-laravel-audit-logs/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Audit Logs
==========

[](#audit-logs)

A simple yet flexible implementation of audit logging in Laravel.

[![Static Analysis](https://github.com/bradietilley/laravel-audit-logs/actions/workflows/static.yml/badge.svg)](https://github.com/bradietilley/laravel-audit-logs/actions/workflows/static.yml/badge.svg)[![Tests](https://github.com/bradietilley/laravel-audit-logs/actions/workflows/tests.yml/badge.svg)](https://github.com/bradietilley/laravel-audit-logs/actions/workflows/tests.yml/badge.svg)[![Laravel Version](https://camo.githubusercontent.com/83c7a26073579937b1d321ce410dee32222ce5479f603100455d0034e8a1b1cb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c25323056657273696f6e2d31332e782d463933323243)](https://camo.githubusercontent.com/83c7a26073579937b1d321ce410dee32222ce5479f603100455d0034e8a1b1cb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c25323056657273696f6e2d31332e782d463933323243)[![PHP Version](https://camo.githubusercontent.com/0742096904180c78a3bf41632578254b265ae67e07f02a3832a3dc0224fd7c29/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50485025323056657273696f6e2d382e332d344635423933)](https://camo.githubusercontent.com/0742096904180c78a3bf41632578254b265ae67e07f02a3832a3dc0224fd7c29/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50485025323056657273696f6e2d382e332d344635423933)

Documentation
-------------

[](#documentation)

Full documentation is available at [bradietilley.dev/laravel-audit-logs](https://bradietilley.dev/laravel-audit-logs).

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

[](#installation)

```
composer require bradietilley/laravel-audit-logs
php artisan vendor:publish --tag="audit-logs-migrations"
php artisan migrate
```

```
use BradieTilley\AuditLogs\Concerns\HasAuditLogs;
use BradieTilley\AuditLogs\Contracts\WithAuditLogs;
use Illuminate\Database\Eloquent\Model;

class Product extends Model implements WithAuditLogs
{
    use HasAuditLogs;
}

$product = Product::create(['name' => 'Widget']);
// → "Product created"

$product->update(['name' => 'Gadget']);
// → "Product updated" with human-readable change details
```

See the [documentation](https://bradietilley.dev/laravel-audit-logs) for activity logs, auth events, change filtering, and customization.

Credits
-------

[](#credits)

- [Bradie Tilley](https://github.com/bradietilley)

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance63

Regular maintenance activity

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44430471?v=4)[Bradie Tilley](/maintainers/bradietilley)[@bradietilley](https://github.com/bradietilley)

---

Top Contributors

[![bradietilley](https://avatars.githubusercontent.com/u/44430471?v=4)](https://github.com/bradietilley "bradietilley (40 commits)")

### Embed Badge

![Health badge](/badges/bradietilley-laravel-audit-logs/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B12.8k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

2044.7M351](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2430.8M434](/packages/open-telemetry-sdk)

PHPackages © 2026

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