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

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

bidzm/laravel-activity-log
==========================

Laravel Activity Log

1.1.1(8y ago)0162MITPHPPHP &gt;=5.5.9

Since Aug 19Pushed 8y agoCompare

[ Source](https://github.com/abidnurulhakim/laravel-activity-log)[ Packagist](https://packagist.org/packages/bidzm/laravel-activity-log)[ Docs](https://github.com/abidnurulhakim/laravel-activity-log)[ RSS](/packages/bidzm-laravel-activity-log/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

laravel-activity-log
====================

[](#laravel-activity-log)

Laravel Activity Log

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

[](#installation)

Make sure you have the MongoDB PHP driver installed. You can find installation instructions at

Install through Composer

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

```

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

[](#configuration)

And add a new mongodb connection `config/database.php`:

```
'mongodb' => [
    'driver'   => 'mongodb',
    'host'     => env('DB_HOST', 'localhost'),
    'port'     => env('DB_PORT', 27017),
    'database' => env('DB_DATABASE'),
    'username' => env('DB_USERNAME'),
    'password' => env('DB_PASSWORD'),
    'options'  => [
        'database' => 'admin' // sets the authentication database required by mongo 3
    ]
],

```

Setup
-----

[](#setup)

### Step 1: Register the Service Provider

[](#step-1-register-the-service-provider)

Add the ActivityLogServiceProvider to the providers array in the `config/app.php` file;

```
Jenssegers\Mongodb\MongodbServiceProvider::class,
Bidzm\ActivityLog\ActivityLogServiceProvider::class,

```

### Step 2: Publish config

[](#step-2-publish-config)

```
php artisan vendor:publish --provider="Bidzm\ActivityLog\ActivityLogServiceProvider" --tag="config"

```

Usage
-----

[](#usage)

To subscribe model for activity log just use `Bidzm\ActivityLog\Loggable`

```
use Bidzm\ActivityLog\Loggable;

```

To add usage in your model

```
use Loggable;

```

Credits
-------

[](#credits)

 - Activity Log for Laravel

License
-------

[](#license)

MIT -

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 72.2% 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 ~4 days

Total

4

Last Release

3223d ago

### Community

Maintainers

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

---

Top Contributors

[![vj-lau](https://avatars.githubusercontent.com/u/3838041?v=4)](https://github.com/vj-lau "vj-lau (13 commits)")[![abidnurulhakim](https://avatars.githubusercontent.com/u/11134471?v=4)](https://github.com/abidnurulhakim "abidnurulhakim (5 commits)")

---

Tags

laravelactivity-log

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[rapidez/core

Rapidez Core

1822.4k66](/packages/rapidez-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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