PHPackages                             ghoni-jee/model-tracker - 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. ghoni-jee/model-tracker

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

ghoni-jee/model-tracker
=======================

automaticlly store data who is create, update, or delete data on a model

00PHP

Since Jul 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/yunus-floo/laravel-model-tracker)[ Packagist](https://packagist.org/packages/ghoni-jee/model-tracker)[ RSS](/packages/ghoni-jee-model-tracker/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Model Tracker
=============

[](#model-tracker)

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

[](#installation)

You can install the package via composer:

```
composer require ghoni-jee/model-tracker
```

You can publish and custom Blueprint Macro Or Model Trait with:

```
php artisan vendor:publish --provider="GhoniJee\ModelTracker\ModelTrackerServiceProvider"
```

Usage
-----

[](#usage)

1. Add Model tracker to model migration

```
....
     public function up()
    {
        Schema::create('users', function (Blueprint $table) {
            ....
            $table->modelTracker();
        });
    }
...
```

2. Add Model Tracker Trait to Model

```

class User extends Authenticatable
{
    use ModelTracker;
    ....
}

```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [:author\_name](https://github.com/ghonijee)

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/91a20e461fabb2f5b668781f7a4b7b840e58617579b986509a1be039b7ef9134?d=identicon)[yunus-floo](/maintainers/yunus-floo)

---

Top Contributors

[![ghonijee](https://avatars.githubusercontent.com/u/35805466?v=4)](https://github.com/ghonijee "ghonijee (2 commits)")[![yunus-floo](https://avatars.githubusercontent.com/u/72586791?v=4)](https://github.com/yunus-floo "yunus-floo (1 commits)")

### Embed Badge

![Health badge](/badges/ghoni-jee-model-tracker/health.svg)

```
[![Health](https://phpackages.com/badges/ghoni-jee-model-tracker/health.svg)](https://phpackages.com/packages/ghoni-jee-model-tracker)
```

###  Alternatives

[giggsey/locale

Locale functions required by libphonenumber-for-php

635141.2M14](/packages/giggsey-locale)[jeroendesloovere/vcard

This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.

5193.6M12](/packages/jeroendesloovere-vcard)[coderflex/laravel-ticket

Laravel Ticket System, to help you manage your tickets eaisly

43178.0k1](/packages/coderflex-laravel-ticket)[prestashop/ps_shoppingcart

PrestaShop module ps\_shoppingcart

117.6M2](/packages/prestashop-ps-shoppingcart)[prestashop/ps_crossselling

PrestaShop - Cross selling

117.3M2](/packages/prestashop-ps-crossselling)[laracraft-tech/laravel-useful-additions

A collection of useful Laravel additions!

58109.4k](/packages/laracraft-tech-laravel-useful-additions)

PHPackages © 2026

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