handsup/laravel-auditing

Audit changes of your Eloquent models in Laravel/Lumen


README

687474703a2f2f7777772e6c61726176656c2d6175646974696e672e636f6d2f6173736574732f696d672f6c61726176656c2d6175646974696e672d6c6f676f2e706e67237632

Build Status 68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6f77656e2d69742f6c61726176656c2d6175646974696e672f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572 Code Coverage Latest Stable Version Total Downloads License Chat

This package will help you understand changes in your Eloquent models, by providing information about possible discrepancies and anomalies that could indicate business concerns or suspect activities.

Laravel Auditing allows you to keep a history of model changes by simply using a trait. Retrieving the audited data is straightforward, making it possible to display it in various ways.

Official Documentation

The package documentation can be found on the official website or at the documentation repository.

Version Information

Version Illuminate Status PHP Version
9.x 5.8.x - 6.x.x Active support 🚀 >= 7.1.3
8.x 5.2.x - 5.7.x Active support >= 7.0.13
7.x 5.2.x - 5.6.x End of life >= 7.0.13
6.x 5.2.x - 5.6.x End of life >= 7.0.13
5.x 5.2.x - 5.5.x End of life >= 7.0.13
4.x 5.2.x - 5.5.x End of life >= 5.5.9
3.x 5.2.x - 5.4.x End of life >= 5.5.9
2.x 5.1.x - 5.3.x End of life >= 5.5.9

Contributing

Please see the contributing entry for more details.

Credits

License

The Laravel Auditing package is open source software licensed under the MIT LICENSE.