PHPackages                             lais/historiae - 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. lais/historiae

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

lais/historiae
==============

Historiae provides history logging support to Laravel.

v1.1.0(9y ago)21231MITPHPPHP &gt;=5.6.4

Since Oct 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/LAIS-HUOL/laravel-historiae)[ Packagist](https://packagist.org/packages/lais/historiae)[ RSS](/packages/lais-historiae/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Laravel Historiae
=================

[](#laravel-historiae)

[![Total Downloads](https://camo.githubusercontent.com/8cc25b8fb4c92d605d525ca627cf01846e2754d965fa353bf077160d9aa871ff/68747470733a2f2f706f7365722e707567782e6f72672f6c6169732f686973746f726961652f642f746f74616c2e737667)](https://packagist.org/packages/lais/historiae)[![Latest Stable Version](https://camo.githubusercontent.com/831d45b4406b669007cae625bc17bc410dcfbf95562993803acc8ddb627d7b4e/68747470733a2f2f706f7365722e707567782e6f72672f6c6169732f686973746f726961652f762f737461626c652e737667)](https://packagist.org/packages/lais/historiae)[![License](https://camo.githubusercontent.com/41f90fe076f3ec4959fd37c6e5fde8f43586fd8e8e77ce1e7edb8ef737c28c76/68747470733a2f2f706f7365722e707567782e6f72672f6c6169732f686973746f726961652f6c6963656e73652e737667)](https://packagist.org/packages/lais/historiae)

Introduction
------------

[](#introduction)

Historiae provides history logging support to [Laravel](https://laravel.com/).

License
-------

[](#license)

Historiae is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

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

[](#installation)

To get started, install Historiae via the Composer package manager:

```
composer require lais/historiae

```

### Configuration

[](#configuration)

After installing the library, register the `Historiae\HistoriaeServiceProvider` in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...

    Historiae\HistoriaeServiceProvider::class,
],
```

The Historiae service provider registers its own database migration directory with the framework, so you should migrate your database after registering the provider. The Historiae migrations will create the tables your application needs to store access logs and change logs:

```
php artisan migrate

```

Next, you should run the `vendor:publish` command. This command will publish Historiae views, translations and configuration files, so you'll be able to customize your application as you see fit.

```
php artisan vendor:publish

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.6% 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 ~21 days

Total

2

Last Release

3461d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/24c1d39a5dcfa9c962614872467fb6fb55135927016fad75ca50ad0ee76254c6?d=identicon)[ivmelo](/maintainers/ivmelo)

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

![](https://www.gravatar.com/avatar/4aca7583184bc4f73ab7d5e12434c61d051eeb595c36e14a579a383bc6379d8b?d=identicon)[danielsouzaaf](/maintainers/danielsouzaaf)

---

Top Contributors

[![guilhermeportela](https://avatars.githubusercontent.com/u/47070564?v=4)](https://github.com/guilhermeportela "guilhermeportela (11 commits)")[![jeanjar](https://avatars.githubusercontent.com/u/6249816?v=4)](https://github.com/jeanjar "jeanjar (2 commits)")

---

Tags

laravelhistoriae

### Embed Badge

![Health badge](/badges/lais-historiae/health.svg)

```
[![Health](https://phpackages.com/badges/lais-historiae/health.svg)](https://phpackages.com/packages/lais-historiae)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)

PHPackages © 2026

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