owen-it / laravel-auditing
Audit changes of your Eloquent models in Laravel/Lumen
Installs: 11 626 996
Dependents: 67
Suggesters: 3
Security: 0
Stars: 2 616
Watchers: 52
Forks: 353
Open Issues: 15
Type:package
Requires
- php: ^7.3|^8.0
- ext-json: *
- illuminate/console: ^7.0|^8.0|^9.0|^10.0
- illuminate/database: ^7.0|^8.0|^9.0|^10.0
- illuminate/filesystem: ^7.0|^8.0|^9.0|^10.0
Requires (Dev)
- laravel/legacy-factories: *
- mockery/mockery: ^1.0
- orchestra/testbench: ^5.0|^6.0|^7.0|^8.0
- phpunit/phpunit: ^9.0
Suggests
- laravelista/lumen-vendor-publish: Needed to publish the package configuration in Lumen
- v13.5.0
- v13.4.0
- v13.3.0
- v13.2.0
- v13.1.0
- v13.0.5
- v13.0.4
- v13.0.3
- v13.0.2
- v13.0.1
- v13.0.0
- v12.x-dev
- v12.2.1
- v12.2.0
- 12.1.0
- v12.0.0
- v11.x-dev
- v11.0.0
- 10.0.x-dev
- v10.0.0
- v9.3.2
- v9.3.1
- v9.3.0
- v9.2.0
- v9.1.0
- v9.0.0
- 8.0.x-dev
- v8.0.4
- v8.0.3
- v8.0.2
- v8.0.1
- v8.0.0
- v7.2.0
- v7.1.0
- 7.0.x-dev
- v7.0.1
- v7.0.0
- 6.1.x-dev
- v6.1.1
- v6.1.0
- 6.0.x-dev
- v6.0.2
- v6.0.1
- v6.0.0
- 5.0.x-dev
- v5.0.4
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- 4.1.x-dev
- v4.1.4
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- 4.0.x-dev
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- 3.1.x-dev
- 3.1.11
- 3.1.10
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.4.x-dev
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.x-dev
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.9.0
- 1.8
- 1.7
- 1.6
- v1.5
- v1.4
- v1.3
- v1.2
- v1.1
- v1.0
- dev-v14-dev
- dev-adding-phpstan-to-deployflow
- dev-master / 13.x-dev
This package is auto-updated.
Last update: 2023-05-21 06:35:46 UTC
README
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
For more information on how to use the package, please refer to our official documentation available on laravel-auditing.com or in the repository documentation file. Our documentation provides detailed instructions on how to install and use the package, as well as examples and best practices for auditing in Laravel applications.
Thank you for choosing OwenIt\LaravelAuditing!
Version Information
Version | Illuminate | Status | PHP Version |
---|---|---|---|
13.x | 7.x.x - 10.x.x | Active support 🚀 | > = 7.3 | 8.0 |
12.x | 6.x.x - 9.x.x | Active support | > = 7.3 | 8.0 |
11.x | 5.8.x - 8.x.x | End of life | > = 7.3 |
10.x | 5.8.x - 7.x.x | End of life | > = 7.2.5 |
9.x | 5.8.x - 6.x.x | End of life | > = 7.1.3 |
8.x | 5.2.x - 5.7.x | End of life | > = 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.