PHPackages                             crudlog/laravel-logger - 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. crudlog/laravel-logger

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

crudlog/laravel-logger
======================

The official CrudLog client package for implicitly logging activities in Laravel applications.

v1.0.9(4mo ago)0291MITPHPPHP ^8.2

Since Jul 18Pushed 4mo agoCompare

[ Source](https://github.com/Sintaxis/laravel-logger)[ Packagist](https://packagist.org/packages/crudlog/laravel-logger)[ Docs](https://github.com/Sintaxis/laravel-logger)[ RSS](/packages/crudlog-laravel-logger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (11)Used By (0)

CrudLog Laravel Logger
======================

[](#crudlog-laravel-logger)

[![Latest Version on Packagist](https://camo.githubusercontent.com/caee8c5a44ec89979f8e46edff6d563800176205192899ea3c7d2bbcb1d0e500/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f637275646c6f672f6c61726176656c2d6c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/crudlog/laravel-logger)[![Total Downloads](https://camo.githubusercontent.com/8c3a0e127a61659407c861cecf67b76faada8690fa67d316ba8c1b8f4720a4ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f637275646c6f672f6c61726176656c2d6c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/crudlog/laravel-logger)

**This is the official client package for the CrudLog service. An account at [CrudLog.com](https://crudlog.com) is required to use this package.**

CrudLog provides a complete, managed service for activity logging and audit trails. This Laravel package is the easiest way to implement "implicit logging" by automatically capturing Eloquent model events without changing your existing code.

---

What is CrudLog?
----------------

[](#what-is-crudlog)

CrudLog is a SaaS platform that gives developers a powerful, framework-agnostic solution for logging user activities. Stop building audit trails from scratch. Our service provides:

- A secure, scalable backend to store your log data.
- A beautiful web dashboard to view, search, and filter logs.
- A flexible REST API to send and retrieve log data from any application.
- Configurable data masking, retention policies, and plan-based usage limits.

**[Create Your Free Account at CrudLog.com](https://crudlog.com/register)**

---

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

[](#installation)

You can install the package into your Laravel 11+ project via Composer:

```
composer require crudlog/laravel-logger
```

The package will automatically register its service provider.

Next, you must publish the configuration file:

```
php artisan vendor:publish --provider="CrudLog\Logger\Providers\LoggableServiceProvider" --tag="crudlog-config"
```

This will create a `config/logging-service.php` file in your application.

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

[](#configuration)

Finally, add your CrudLog API Key to your application's `.env` file.

1. **Sign up** for a free account at [CrudLog.com](https://crudlog.com).
2. Navigate to your **Account -&gt; API Keys** dashboard and generate a new key.
3. Add the key to your `.env` file:

```
CRUDLOG_API_KEY="your-api-key-here"

# Optional: You can also specify the dispatch method ('async' or 'sync').
# 'async' is recommended for best performance but requires a queue worker.
CRUDLOG_DISPATCH_METHOD=async
```

Usage
-----

[](#usage)

Once the package is installed and configured, all logging rules are managed from your CrudLog dashboard.

1. Log in to your CrudLog account.
2. Navigate to the **Logging Configuration** page.
3. **Enable Implicit Logging** and add the fully qualified class names of the Eloquent models you wish to track (e.g., `App\Models\User`).

For more detailed instructions and advanced usage, please see our full **[Documentation on CrudLog.com](https://crudlog.com/docs)**.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance74

Regular maintenance activity

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Recently: every ~35 days

Total

10

Last Release

145d ago

### Community

Maintainers

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

---

Top Contributors

[![Sintaxis](https://avatars.githubusercontent.com/u/29714061?v=4)](https://github.com/Sintaxis "Sintaxis (12 commits)")

---

Tags

laravelloggingauditingactivity-logcrudlog

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/crudlog-laravel-logger/health.svg)

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

###  Alternatives

[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2081.1M2](/packages/marvinlabs-laravel-discord-logger)[muhammadsadeeq/laravel-activitylog-ui

A beautiful, modern UI for Spatie's Activity Log with advanced filtering, analytics, and real-time features.

17510.1k](/packages/muhammadsadeeq-laravel-activitylog-ui)[noxoua/filament-activity-log

A Laravel package that simplifies activity logging in the Filament admin panel, with support for logging create, update, delete, and restore actions. It integrates with the 'spatie/laravel-activitylog' package and includes a modernized activity log viewing page.

7151.5k](/packages/noxoua-filament-activity-log)[hosmelq/laravel-logsnag

Integrate the power of LogSnag's real-time event tracking into your Laravel application.

237.9k](/packages/hosmelq-laravel-logsnag)

PHPackages © 2026

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