PHPackages                             despatates/laravel-auditing-job-database - 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. despatates/laravel-auditing-job-database

ActivePackage[Database &amp; ORM](/categories/database)

despatates/laravel-auditing-job-database
========================================

A database driver for the owen-it/laravel-auditing package. Store audits using laravel jobs.

1.0.3(4y ago)23.0k↓50%MITPHPPHP &gt;=7.0

Since Aug 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/despatates/laravel-auditing-job-database)[ Packagist](https://packagist.org/packages/despatates/laravel-auditing-job-database)[ RSS](/packages/despatates-laravel-auditing-job-database/feed)WikiDiscussions master Synced 1mo ago

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

laravel-auditing-job-database
=============================

[](#laravel-auditing-job-database)

A database driver for the owen-it/laravel-auditing package. Store audits using laravel jobs.

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

[](#installation)

Ensure you are using `owen-it/laravel-auditing: ^8.0`.

Install the driver with:

```
composer require despatates/laravel-auditing-job-database

```

Setup
-----

[](#setup)

You need to add the following config entries in `config/audit.php` if you need to change the default behaviour of the driver. The `queue` key of the config file should look like so:

```
    ...
    'queue' => env('AUDIT_QUEUE', true),
    ...

```

OR

```
    ...
    'queue' => env('AUDIT_QUEUE', [
        'queue' => 'default',
        'connection' => null,
    ]),
    ...

```

The `driver` key of the config file should look like so:

```
    ...
    'driver' => Levell\Auditing\Drivers\JobDatabase::class,
    ...

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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 ~238 days

Total

4

Last Release

1743d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3403829?v=4)[Yvan G.](/maintainers/despatates)[@despatates](https://github.com/despatates)

---

Top Contributors

[![despatates](https://avatars.githubusercontent.com/u/3403829?v=4)](https://github.com/despatates "despatates (7 commits)")

---

Tags

laravel-auditingqueued-jobsloglaravelloggingeloquenttrackingjobAuditobserverauditingrecordrevisionhistorychanges

### Embed Badge

![Health badge](/badges/despatates-laravel-auditing-job-database/health.svg)

```
[![Health](https://phpackages.com/badges/despatates-laravel-auditing-job-database/health.svg)](https://phpackages.com/packages/despatates-laravel-auditing-job-database)
```

###  Alternatives

[owen-it/laravel-auditing

Audit changes of your Eloquent models in Laravel

3.4k33.0M95](/packages/owen-it-laravel-auditing)[betapeak/laravel-auditing-filesystem

A filesystem driver for the owen-it/laravel-auditing package. Allows storage of the audits in CSV files, across all registered Laravel disks.

166.5k](/packages/betapeak-laravel-auditing-filesystem)[altek/accountant

The auditing &amp; accountability package for Laravel's Eloquent ORM.

92954.3k4](/packages/altek-accountant)[panoscape/history

Eloquent model history tracking for Laravel

162130.3k](/packages/panoscape-history)

PHPackages © 2026

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