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 9y 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 today

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 57% 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

3508d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/6249816?v=4)[Jean Jar Pereira de Araújo](/maintainers/jeanjar)[@jeanjar](https://github.com/jeanjar)

![](https://avatars.githubusercontent.com/u/18443661?v=4)[Daniel Souza](/maintainers/danielsouzaaf)[@danielsouzaaf](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[larastan/larastan

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

6.4k51.0M7.7k](/packages/larastan-larastan)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M165](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77018.2M124](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)

PHPackages © 2026

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