PHPackages                             iferas93/historiable-model - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. iferas93/historiable-model

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

iferas93/historiable-model
==========================

Laravel Model history tracking

1.1.0(5y ago)136MITPHPPHP ^7.2.5CI failing

Since Feb 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/iFeras93/historiable-model)[ Packagist](https://packagist.org/packages/iferas93/historiable-model)[ Docs](https://github.com/iferas93/historiable-model)[ RSS](/packages/iferas93-historiable-model/feed)WikiDiscussions master Synced today

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

Historiable Model
=================

[](#historiable-model)

[![Latest Version on Packagist](https://camo.githubusercontent.com/813ab30eff8c349c5a93f8169db5d87245ed86cb8e1e3826b31412b8fee1c848/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69666572617339332f686973746f726961626c652d6d6f64656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iferas93/historiable-model)![Build Status](https://camo.githubusercontent.com/10f2383aaf31697caf90187af2da75996cd840647bdcb8d461062941b9fb9748/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3234303837343139382f736869656c64)[![Quality Score](https://camo.githubusercontent.com/c80f84d8a581969d9ff76bab7a73dc5015d838ebc204bfcdaae4bf2e7166dc41/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f69666572617339332f686973746f726961626c652d6d6f64656c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/iferas93/historiable-model)[![Total Downloads](https://camo.githubusercontent.com/5f284bff934379274b3defa6eaceb6a733257b8b4883963486a34a997cc9cb57/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69666572617339332f686973746f726961626c652d6d6f64656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iferas93/historiable-model)

Easy way to make and show your model history

[![History List](screenshot/historable_image_1.PNG)](screenshot/historable_image_1.PNG)

[![History Details](screenshot/historable_image_2.PNG)](screenshot/historable_image_2.PNG)

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

[](#installation)

You can install the package via composer:

```
composer require iferas93/historiable-model
```

Usage
-----

[](#usage)

This package create "histories" table. Publish the migration and the configuration file using

```
php artisan historiable:install

```

After that you can add the trait `Histroiable` on any model like:

```
use Iferas93\HistoriableModel\Traits\History\Histroiable;

class Artical extends Model
{
    //this line for applying historiable to Article Model
    use Historiable;

    //this function for igonred cloumns from historiable
    protected function ignoredColumns()
        {
            return [
                'updated_at',
                'slug'
            ];
        }
}

```

You can access Histories(Changelog) Table from:

```
http://domain.exmaple/changelog

```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Feras Mohamed](https://github.com/iferas93)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

4

Last Release

2164d ago

PHP version history (2 changes)1.0PHP ^7.1

1.1.0PHP ^7.2.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/635c658f70cd3d085573f7f8a3cb22ef5eb3d532c6ffb5c662d2687c4d1b91fb?d=identicon)[iFeras93](/maintainers/iFeras93)

---

Top Contributors

[![iFeras93](https://avatars.githubusercontent.com/u/6824682?v=4)](https://github.com/iFeras93 "iFeras93 (38 commits)")

---

Tags

iferas93historiable-model

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/iferas93-historiable-model/health.svg)

```
[![Health](https://phpackages.com/badges/iferas93-historiable-model/health.svg)](https://phpackages.com/packages/iferas93-historiable-model)
```

###  Alternatives

[shpasser/gae-support-l5

Google App Engine Support for Laravel 5.1 apps.

15915.4k](/packages/shpasser-gae-support-l5)

PHPackages © 2026

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