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

ActiveLaravel-package[Logging &amp; Monitoring](/categories/logging)

cetiia/laravel-activity-log
===========================

This package is for collect all activity log

03PHP

Since May 29Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

This package is for collect all activity log
============================================

[](#this-package-is-for-collect-all-activity-log)

[![Latest Version on Packagist](https://camo.githubusercontent.com/555f98f21f794a59100b79301c775e90e68ddae0c00303f6bfd7cc00f9478c03/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6365746969612f6c61726176656c2d61637469766974792d6c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cetiia/laravel-activity-log)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e1524aaa4f050b527d2b1babcabf293cc7da8a196e1ca523b93788d3266e9a20/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6365746969612f6c61726176656c2d61637469766974792d6c6f672f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/cetiia/laravel-activity-log/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e59a361f4d22e01cc0be297d018de97b01c10b6e1d413cd01b9f8b146194500d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6365746969612f6c61726176656c2d61637469766974792d6c6f672f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/cetiia/laravel-activity-log/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/737f5e98b7b3e58817055ff90c2ac56bef436a9fad9a8485e7ea84adc9ab63c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6365746969612f6c61726176656c2d61637469766974792d6c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cetiia/laravel-activity-log)

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

[](#installation)

You can install the package via composer:

```
composer require cetiia/laravel-activity-log
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="activity-log-migrations"
php artisan migrate
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-activity-log-views"
```

Usage

> After migrate automatically save data to the logs table, You can see the route activity-log

Protect the route: Add to app/Providers/AuthServiceProvider.php in boot method

```
Gate::define('activity-log', function (User $user) {
    // add logic to validate if user can access to route
    // Example using novatopro/lrp (Laravel role permission)
    // return $user->can('access','activity-log'); // activity-log is permission slug
});
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

---

Top Contributors

[![cetiia](https://avatars.githubusercontent.com/u/114244531?v=4)](https://github.com/cetiia "cetiia (33 commits)")

### Embed Badge

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

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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