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

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

carlosrgzm/activity-log
=======================

Register all user's information in your Laravel 5 application

v1.0.10(9y ago)1103MITPHPPHP &gt;=5.4.0

Since Mar 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/carlosrgzm/ActivityLog)[ Packagist](https://packagist.org/packages/carlosrgzm/activity-log)[ RSS](/packages/carlosrgzm-activity-log/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (3)Versions (7)Used By (0)

ActivityLog
===========

[](#activitylog)

Register all user's information in your Laravel 5 application.

[![Latest Stable Version](https://camo.githubusercontent.com/c5a794dc4d1ccff55f149eb61a431414bb28a3cf2a1f8410f6da35c0c7628583/68747470733a2f2f706f7365722e707567782e6f72672f6361726c6f7372677a6d2f61637469766974792d6c6f672f762f737461626c65)](https://packagist.org/packages/carlosrgzm/activity-log)[![Total Downloads](https://camo.githubusercontent.com/2332849f8379112c7108e2f55a7775eeb1d56cffcb3537290262edce02ba5b41/68747470733a2f2f706f7365722e707567782e6f72672f6361726c6f7372677a6d2f61637469766974792d6c6f672f646f776e6c6f616473)](https://packagist.org/packages/carlosrgzm/activity-log)[![Latest Unstable Version](https://camo.githubusercontent.com/b1b79e00dc36f92733e513cf56f3b3757e23db62cb1eada237ead940b89403d3/68747470733a2f2f706f7365722e707567782e6f72672f6361726c6f7372677a6d2f61637469766974792d6c6f672f762f756e737461626c65)](https://packagist.org/packages/carlosrgzm/activity-log)[![License](https://camo.githubusercontent.com/88c60fe623c04f3342840689ef947451b598cac7a37b006f4b560ce52d456647/68747470733a2f2f706f7365722e707567782e6f72672f6361726c6f7372677a6d2f61637469766974792d6c6f672f6c6963656e7365)](https://packagist.org/packages/carlosrgzm/activity-log)

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

[](#installation)

1. Add `carlosrgzm/activity-log` to `composer.json`.

> "carlosrgzm/activity-log": "1.0.\*"

2. Run composer update to pull down the latest version.
3. Now open up app/config/app.php and add the service provider to your providers array.

> 'providers' =&gt; array( Carlosrgzm\\ActivityLog\\ActivityLogServiceProvider::class, ),

3. Add the alias to the app.php section.

> 'aliases' =&gt; array( 'ActivityLog' =&gt; Carlosrgzm\\ActivityLog\\Models\\ActivityLog::class,, ),

Configuration
-------------

[](#configuration)

Run `php artisan vendor:publish` to generate the migrations and the configuration file in your config folder.

Usage
-----

[](#usage)

For using this package you can add this code in your templates

> $act = new ActivityLog;

> $data = new ActivityLogData($action, $contentType, $contentId, $details, $userId);

> $act-&gt;log($data);

All params for ActivityLogData() are optional. The 'user\_id' is automatically set to the current user if you have 'auto\_set\_user\_id' =&gt; true in your activitylog.php config file.

You should review the *config/activitylog.php* to be sure all params are correct.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Recently: every ~56 days

Total

6

Last Release

3482d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1535695?v=4)[Carlos Rodríguez](/maintainers/carlosrgzm)[@carlosrgzm](https://github.com/carlosrgzm)

---

Top Contributors

[![carlosrgzm](https://avatars.githubusercontent.com/u/1535695?v=4)](https://github.com/carlosrgzm "carlosrgzm (37 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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