PHPackages                             tranlongpc/laravel-activitylog - 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. tranlongpc/laravel-activitylog

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

tranlongpc/laravel-activitylog
==============================

A very simple activity logger to monitor the users of your website or application

2.2(3y ago)0221MITPHPPHP ^7.0|^8.0CI failing

Since Aug 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tranlongpc/laravel-activitylog)[ Packagist](https://packagist.org/packages/tranlongpc/laravel-activitylog)[ Docs](https://github.com/tranlongpc/laravel-activitylog)[ RSS](/packages/tranlongpc-laravel-activitylog/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (11)Used By (0)

```
composer require tranlongpc/laravel-activitylog
```

Here's a more advanced example:

```
activity()
   ->performedOn($anEloquentModel)
   ->causedBy($user)
   ->withProperties(['customProperty' => 'customValue'])
   ->log('Look, I logged something');

$lastLoggedActivity = Activity::all()->last();

$lastLoggedActivity->subject; //returns an instance of an eloquent model
$lastLoggedActivity->causer; //returns an instance of your user model
$lastLoggedActivity->getExtraProperty('customProperty'); //returns 'customValue'
$lastLoggedActivity->description; //returns 'Look, I logged something'
```

version 3

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity73

Established project with proven stability

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

Recently: every ~149 days

Total

10

Last Release

1251d ago

Major Versions

1.0.8 → 2.02022-06-28

PHP version history (2 changes)1.0.1PHP ^7.0

2.0PHP ^7.0|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3abd209aa8ae81abfc72fa64f802b27e600ed4592aae67934be76756c44b1fac?d=identicon)[tranlongpc](/maintainers/tranlongpc)

---

Top Contributors

[![tranlongpc](https://avatars.githubusercontent.com/u/464283?v=4)](https://github.com/tranlongpc "tranlongpc (10 commits)")

---

Tags

loglaraveluseractivity

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tranlongpc-laravel-activitylog/health.svg)

```
[![Health](https://phpackages.com/badges/tranlongpc-laravel-activitylog/health.svg)](https://phpackages.com/packages/tranlongpc-laravel-activitylog)
```

###  Alternatives

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[msonowal/laravel-auditor

A simple mongo activity logger to record various events of your laravel application

1030.2k1](/packages/msonowal-laravel-auditor)

PHPackages © 2026

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