owen-it / laravel-auditing
Audit changes of your Eloquent models in Laravel/Lumen
Installs: 20 291 612
Dependents: 94
Suggesters: 4
Security: 0
Stars: 3 039
Watchers: 55
Forks: 391
Open Issues: 17
Type:package
Requires
- php: ^7.3|^8.0
- ext-json: *
- illuminate/console: ^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/database: ^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/filesystem: ^7.0|^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- laravel/legacy-factories: *
- mockery/mockery: ^1.0
- orchestra/testbench: ^5.0|^6.0|^7.0|^8.0|^9.0
- phpunit/phpunit: ^9.6|^10.5|^11.0
Suggests
- irazasyed/larasupport: Needed to publish the package configuration in Lumen
- 136.x-dev
- v13.6.8
- v13.6.7
- v13.6.6
- v13.6.5
- v13.6.4
- v13.6.3
- v13.6.2
- v13.6.1
- v13.6.0
- v13.5.1
- 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-erikn69-github
- dev-v14-dev
- dev-adding-phpstan-to-deployflow
- dev-master / 13.x-dev
This package is auto-updated.
Last update: 2024-10-31 15:04:53 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
Contributing
Please see the contributing entry for more details.
Credits
Special thanks for keeping this project active.
License
The Laravel Auditing package is open source software licensed under the MIT LICENSE.