PHPackages                             anourvalar/eloquent-journal - 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. anourvalar/eloquent-journal

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

anourvalar/eloquent-journal
===========================

Laravel Journal (log &amp; metric)

1.6.10(3d ago)0194↓55.9%[1 PRs](https://github.com/AnourValar/eloquent-journal/pulls)MITPHPPHP ^8.4

Since Feb 11Pushed 2w agoCompare

[ Source](https://github.com/AnourValar/eloquent-journal)[ Packagist](https://packagist.org/packages/anourvalar/eloquent-journal)[ Docs](https://github.com/AnourValar/eloquent-journal)[ RSS](/packages/anourvalar-eloquent-journal/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (54)Versions (26)Used By (0)

Laravel Eloquent Journal
========================

[](#laravel-eloquent-journal)

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

[](#installation)

**Step #1: Install the package**

```
composer require anourvalar/eloquent-journal
```

**Step #2: Publish the resources**

```
php artisan vendor:publish --provider=AnourValar\\EloquentJournal\\Providers\\AnourValarEloquentJournalServiceProvider
```

**Step #3: Schedule the prune command**

```
$schedule->command('model:prune --path=app')->dailyAt('00:00')->runInBackground()->onOneServer();
```

Usage
-----

[](#usage)

**Step #1: Set up the eloquent\_journal config**

**Step #2: Use the AnourValar\\EloquentJournal\\Service to capture events**

**Step #3: Api Controller**

```
// Journal
Route::prefix('/journal')
    ->controller(AnourValar\EloquentJournal\Http\Controllers\Api\JournalController::class)
    ->group(function () {
        Route::any('/', 'index')
            ->can('cabinet.journal.index')
            ->middleware('auth:sanctum', 'throttle:lax');
    });
```

**Step #4: Web Controller**

```
// admin.menu.journal / admin.journal.index / admin.administration / fa-history
// admin/journal
Route::prefix('/journal')
    ->name('journal.')
    ->controller(AnourValar\EloquentJournal\Http\Controllers\Web\JournalController::class)
    ->group(function () {
        Route::any('/', 'index')->can('admin.administration')->name('index');
    });
```

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance98

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community6

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

Total

24

Last Release

3d ago

### Community

Maintainers

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

---

Top Contributors

[![AnourValar](https://avatars.githubusercontent.com/u/54237693?v=4)](https://github.com/AnourValar "AnourValar (24 commits)")

---

Tags

laraveleloquentanourvalarjournal

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/anourvalar-eloquent-journal/health.svg)

```
[![Health](https://phpackages.com/badges/anourvalar-eloquent-journal/health.svg)](https://phpackages.com/packages/anourvalar-eloquent-journal)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11223.5M33](/packages/anourvalar-eloquent-serialize)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[waad/laravel-model-metadata

A robust Laravel package for handling metadata with JSON casting, custom relation names, and advanced querying capabilities.

854.6k](/packages/waad-laravel-model-metadata)[mozex/laravel-scout-bulk-actions

Import, flush, and queue-import all your Laravel Scout searchable models at once. Auto-discovers models, runs in bulk, tracks progress.

1539.3k](/packages/mozex-laravel-scout-bulk-actions)[binafy/laravel-reactions

React to something in Laravel framework

876.1k](/packages/binafy-laravel-reactions)[stayallive/laravel-eloquent-observable

Register Eloquent model event listeners just-in-time directly from the model.

2946.9k9](/packages/stayallive-laravel-eloquent-observable)

PHPackages © 2026

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