PHPackages                             bitfumes/laravel-activity-recorder - 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. bitfumes/laravel-activity-recorder

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

bitfumes/laravel-activity-recorder
==================================

Your Package Description here

v0.1.2(7y ago)3297MITPHPCI failing

Since Jan 7Pushed 6y agoCompare

[ Source](https://github.com/bitfumes/laravel-activity-recorder)[ Packagist](https://packagist.org/packages/bitfumes/laravel-activity-recorder)[ RSS](/packages/bitfumes-laravel-activity-recorder/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (6)Versions (4)Used By (0)

Activity Recorder
=================

[](#activity-recorder)

Install
-------

[](#install)

`composer require bitfumes/laravel-activity-recorder`

Usage
-----

[](#usage)

This package record model events in activities table in your database.

### Using Trait

[](#using-trait)

```
use Illuminate\Database\Eloquent\Model;
use Bitfumes\Activity\Traits\RecordActivity;

class Item extends Model
{
    use RecordActivity;
}
```

### Activity To Record

[](#activity-to-record)

If you does't specify, then it will record only created model event.

*Record other activities*just need to specify a static variable in your model to track other model events also.

```
class Item extends Model
{
    use RecordActivity;

    protected static $eventsToRecord = ['created','deleted'];
}
```

Now this will also going to record `deleted` event of that model.

Testing
-------

[](#testing)

Run the tests with:

```
vendor/bin/phpunit
```

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.

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

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

2668d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a9226970b64f8955d80a2a7e50617a178e9cf7940b2aaa8cc302e7b0687ae67?d=identicon)[Bitfumes](/maintainers/Bitfumes)

---

Top Contributors

[![sarthaksavvy](https://avatars.githubusercontent.com/u/41295276?v=4)](https://github.com/sarthaksavvy "sarthaksavvy (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bitfumes-laravel-activity-recorder/health.svg)

```
[![Health](https://phpackages.com/badges/bitfumes-laravel-activity-recorder/health.svg)](https://phpackages.com/packages/bitfumes-laravel-activity-recorder)
```

###  Alternatives

[adrianorosa/laravel-geolocation

Laravel Geo Location package to get details for a given IP Address

6593.3k1](/packages/adrianorosa-laravel-geolocation)[glicer/link-checker

Check broken links in html files, sitemap.xml and robots.txt

3113.7k](/packages/glicer-link-checker)[96qbhy/hyid

hidden your id

152.4k](/packages/96qbhy-hyid)

PHPackages © 2026

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