PHPackages                             mnarushevich/laravel-audit-logs - 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. mnarushevich/laravel-audit-logs

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

mnarushevich/laravel-audit-logs
===============================

A Laravel package for audit logging

v0.0.3(9mo ago)0431PHPPHP ^8.2CI passing

Since Mar 12Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/mnarushevich/laravel-audit-logs)[ Packagist](https://packagist.org/packages/mnarushevich/laravel-audit-logs)[ RSS](/packages/mnarushevich-laravel-audit-logs/feed)WikiDiscussions main Synced 1mo ago

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

laravel-audit-logs
==================

[](#laravel-audit-logs)

Requirements
------------

[](#requirements)

- PHP ^8.2
- Laravel ^11.0 || ^12.0

### How to use

[](#how-to-use)

1. Install the package via composer:

```
composer require mnarushevich/laravel-audit-logs
```

2. Publish migrations:

```
php artisan vendor:publish --provider="MNarushevich\AuditLogs\AuditLogsServiceProvider" --tag="migrations"
```

3. Publish config (optional):

```
php artisan vendor:publish --provider="MNarushevich\AuditLogs\AuditLogsServiceProvider" --tag="config"
```

4. Run migrations:

```
php artisan migrate
```

5. In your model use `MNarushevich\AuditLogs\Traits\HasAuditLogs` trait:

```
use MNarushevich\AuditLogs\Traits\HasAuditLogs;
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance58

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.1% 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 ~74 days

Total

3

Last Release

278d ago

PHP version history (2 changes)v0.0.1PHP &gt;=8.4

v0.0.3PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/738c5da61b6afb747c3cf0b2d6faa9b74445a43d23ee7e61d39bb5ac00fe76f8?d=identicon)[Maksim1990](/maintainers/Maksim1990)

---

Top Contributors

[![maksimnarushevich](https://avatars.githubusercontent.com/u/169990471?v=4)](https://github.com/maksimnarushevich "maksimnarushevich (20 commits)")[![mnarushevich](https://avatars.githubusercontent.com/u/20266553?v=4)](https://github.com/mnarushevich "mnarushevich (7 commits)")

###  Code Quality

TestsPest

Static AnalysisRector

### Embed Badge

![Health badge](/badges/mnarushevich-laravel-audit-logs/health.svg)

```
[![Health](https://phpackages.com/badges/mnarushevich-laravel-audit-logs/health.svg)](https://phpackages.com/packages/mnarushevich-laravel-audit-logs)
```

###  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)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[directorytree/metrics

Record metrics in your Laravel application

26027.8k](/packages/directorytree-metrics)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)

PHPackages © 2026

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