PHPackages                             hpolthof/laravel-auditable - 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. hpolthof/laravel-auditable

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

hpolthof/laravel-auditable
==========================

Allow for easy addition of created\_by and updated\_by fields.

v1.0.2(6y ago)08PHP

Since Aug 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/hpolthof/laravel-auditable)[ Packagist](https://packagist.org/packages/hpolthof/laravel-auditable)[ RSS](/packages/hpolthof-laravel-auditable/feed)WikiDiscussions develop Synced yesterday

READMEChangelogDependencies (2)Versions (5)Used By (0)

Auditable
=========

[](#auditable)

Add the ability to easily add `created_by` and `updated_by` fields to a migration.

How to use?
-----------

[](#how-to-use)

Require the package

```
composer require hpolthof/laravel-auditable
```

### In a migration

[](#in-a-migration)

In a migration you can now do something like:

```
Schema::create('users', function (Blueprint $table) {
    $table->increments('id');
    $table->string('email');
    $table->auditable();
    $table->timestamps();
});
```

You can also use the function `dropAuditable` in your `down()` method.

Disclaimer
----------

[](#disclaimer)

This package is used for internal development, but published for public use. Obviously this software comes *as is*, and there are no warranties or whatsoever.

If you like the package it is always appreciated if you drop a message of gratitude! ;-)

The package was build by: Paul Olthof

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2470d ago

### Community

Maintainers

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

---

Top Contributors

[![hpolthof](https://avatars.githubusercontent.com/u/1415623?v=4)](https://github.com/hpolthof "hpolthof (3 commits)")

### Embed Badge

![Health badge](/badges/hpolthof-laravel-auditable/health.svg)

```
[![Health](https://phpackages.com/badges/hpolthof-laravel-auditable/health.svg)](https://phpackages.com/packages/hpolthof-laravel-auditable)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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