ollico/laravel-audit-log-queue
A Laravel audit log queue.
21,161
| Install | |
|---|---|
composer require ollico/laravel-audit-log-queue |
|
| Latest Version: | v3.0.2 |
| PHP: | ^8.0 |
| License: | MIT |
| Last Updated: | Oct 1, 2025 |
| Links: | GitHub · Packagist |
Maintainer: davidianbonner
Laravel Audit Log Queue
A simple helper method to send activity logs to the queue.
Easily send auditable user (or any other entity) events to the queue and store them using the Activity Log by spatie.
The logger requires the use of an Enum class to ensure only allowed events are logged.
Installation
Install the package
composer require ollico/laravel-audit-log-queue
This package uses auto-discovery which doesn't require you to manually add the ServiceProvider.
Publish the config
php artisan vendor:publish --provider="Ollico\AuditLog\AuditLogServiceProvider"
Thanks
This package depends on the terrific Activity Log package by Spatie.
Related Packages
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707
laravel/serializable-closure
Laravel Serializable Closure provides an easy and secure way to serialize closur...
404,034,618
608
nunomaduro/collision
Cli error handling for console/command-line PHP applications.
384,821,166
4,658