hosmelq / laravel-audit-logs
Structured audit logs for Laravel with actors, targets, and request metadata.
v1.1.0
2026-06-25 18:45 UTC
Requires
- php: ^8.3
- illuminate/database: ^12.0 || ^13.0
- illuminate/http: ^12.0 || ^13.0
- illuminate/support: ^12.0 || ^13.0
- spatie/laravel-package-tools: ^1.93
- thecodingmachine/safe: ^3.4
Requires (Dev)
- ergebnis/composer-normalize: ^2.52
- larastan/larastan: ^3.9
- laravel/pao: ^1.1
- laravel/pint: ^1.29
- orchestra/pest-plugin-testbench: ^4.1
- orchestra/testbench: ^10.0 || ^11.0
- pestphp/pest: ^4.7
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- rector/rector: ^2.4
- rector/type-perfect: ^2.1
- shipmonk/composer-dependency-analyser: ^1.8
- spaze/phpstan-disallowed-calls: ^4.12
- thecodingmachine/phpstan-safe-rule: ^1.4
- ticketswap/phpstan-error-formatter: ^1.3
- tomasvotruba/type-coverage: ^2.2
README
Laravel Audit Logs provides a simple, fluent API for recording application audit events. You may include actors, targets, request metadata, and custom metadata for each event.
composer require hosmelq/laravel-audit-logs php artisan audit-log:install
Read the full documentation.
Development
Run the test suite with:
composer test
Changelog
See CHANGELOG.md for a list of changes.
Contributing
Pull requests are welcome. Please run the test suite before submitting changes.
License
The MIT License (MIT). Please see License File for more information.