PHPackages                             imemento/activity-log - 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. imemento/activity-log

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

imemento/activity-log
=====================

Activity Log for Laravel

12.0.0(2mo ago)12.7k1MITPHPPHP ^8.2CI failing

Since Jan 21Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/mementohub/activity-log)[ Packagist](https://packagist.org/packages/imemento/activity-log)[ Docs](https://github.com/mementohub/activity-log)[ RSS](/packages/imemento-activity-log/feed)WikiDiscussions v8.1.x Synced 3d ago

READMEChangelogDependencies (4)Versions (33)Used By (1)

iMemento Activity Log for Laravel
=================================

[](#imemento-activity-log-for-laravel)

[![Build Status](https://github.com/mementohub/activity-log/workflows/Testing/badge.svg)](https://github.com/mementohub/activity-log/actions)[![Latest Stable Version](https://camo.githubusercontent.com/23284191abdb4c5ff4902411641fd397aaaedbb2d367d392905d123de6fb9df4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696d656d656e746f2f61637469766974792d6c6f67)](https://packagist.org/packages/imemento/activity-log)[![License](https://camo.githubusercontent.com/2bacd1ae7c0775f748d76f6687fb78ba3ab3b4c0c0d3e262fa2dfbaeb8c3af0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696d656d656e746f2f61637469766974792d6c6f67)](https://packagist.org/packages/imemento/activity-log)[![Total Downloads](https://camo.githubusercontent.com/695d9c159ff3989eac765655eb1641e75638d899c65eb25d472b16865c9cbc48/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696d656d656e746f2f61637469766974792d6c6f67)](https://packagist.org/packages/imemento/activity-log)

Custom activity logger.

Install
-------

[](#install)

```
composer require imemento/activity-log
```

Use
---

[](#use)

Anywhere in the app:

```
activity()
    ->setResource($post) //optional
    ->log("$post->name was updated.");
```

Or use the `ActivityLogged` trait on a Model:

```
class Post extends Model
{
    use ActivityLogged;
}
```

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance83

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 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.

###  Release Activity

Cadence

Every ~83 days

Recently: every ~0 days

Total

32

Last Release

84d ago

Major Versions

v7.0.x-dev → v8.0.x-dev2020-09-29

8.1.1 → v9.0.0.x-dev2026-02-19

9.0.0 → v10.0.0.x-dev2026-02-19

10.0.0 → v11.0.0.x-dev2026-02-19

v11.0.0.x-dev → v12.0.0.x-dev2026-02-19

PHP version history (6 changes)5.7.0PHP ^7.1

v6.0.x-devPHP ^7.2

7.0.0PHP ^7.2.5

v8.0.x-devPHP ^7.3

v8.1.0PHP ^8.0

v9.0.0.x-devPHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![gxgstan](https://avatars.githubusercontent.com/u/3264036?v=4)](https://github.com/gxgstan "gxgstan (18 commits)")[![bcismariu](https://avatars.githubusercontent.com/u/10166477?v=4)](https://github.com/bcismariu "bcismariu (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/imemento-activity-log/health.svg)

```
[![Health](https://phpackages.com/badges/imemento-activity-log/health.svg)](https://phpackages.com/packages/imemento-activity-log)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[hosmelq/laravel-logsnag

Integrate the power of LogSnag's real-time event tracking into your Laravel application.

237.9k](/packages/hosmelq-laravel-logsnag)

PHPackages © 2026

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