hosmelq/laravel-audit-logs

Structured audit logs for Laravel with actors, targets, and request metadata.

Maintainers

Package info

github.com/hosmelq/laravel-audit-logs

pkg:composer/hosmelq/laravel-audit-logs

Transparency log

Statistics

Installs: 5 344

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.1.0 2026-06-25 18:45 UTC

This package is auto-updated.

Last update: 2026-07-27 15:49:22 UTC


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.