PHPackages                             zitech/laravel-auditable-uuid - 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. [Database &amp; ORM](/categories/database)
4. /
5. zitech/laravel-auditable-uuid

ActiveLaravel-package[Database &amp; ORM](/categories/database)

zitech/laravel-auditable-uuid
=============================

A simple laravel auditing table uuid package for eloquent model

18PHP

Since Aug 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/faozimipa/laravel-auditable-uuid)[ Packagist](https://packagist.org/packages/zitech/laravel-auditable-uuid)[ RSS](/packages/zitech-laravel-auditable-uuid/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is Auditable Laravel with Uiid Package
-------------------------------------------

[](#this-is-auditable-laravel-with-uiid-package)

Install via Composer
--------------------

[](#install-via-composer)

```
composer require zitech/laravel-auditable-uuid
```

Publish
-------

[](#publish)

```
php artisan vendor:publish
```

set ziAuditable.php set 'useUuid' =&gt; true,

Usage
-----

[](#usage)

```
Schema::create('users', function (Blueprint $table) {
    $table->uuid('id');
    $table->string('name', 100);
    $table->auditable();
	$table->primary('id');
    $table->timestamps();
});
```

drop migrations

```
Schema::create('users', function (Blueprint $table) {
    $table->dropAuditable();
});
```

on User model

```
namespace App;

use Zitech\LaravelAuditableUuid\AuditableTrait;

class User extends Model
{
    use AuditableTrait;
    public $incrementing = false;
	...................
}
```

\*\*\* Note \*\*\*

### this is just test package

[](#this-is-just-test-package)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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://www.gravatar.com/avatar/08a7f01843bfe4bd2200ce64faa03a1e6d817a45f57f89fd8f2a2096c7a76f4b?d=identicon)[faozimipa](/maintainers/faozimipa)

---

Top Contributors

[![faozimipa](https://avatars.githubusercontent.com/u/6082895?v=4)](https://github.com/faozimipa "faozimipa (10 commits)")

### Embed Badge

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

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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