runacorp / laravel-auditing
Audit changes of your Eloquent models in Laravel/Lumen
Installs: 405
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 390
Open Issues: 0
Type:package
Requires
- php: >=7.1.3
- illuminate/console: ^5.8|^6.0
- illuminate/database: ^5.8|^6.0
- illuminate/filesystem: ^5.8|^6.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
Suggests
- laravelista/lumen-vendor-publish: Needed to publish the package configuration in Lumen
- v9.3.2
- v9.3.0
- v9.2.0
- v9.1.0
- dev-master / 9.0.x-dev
- v9.0.0
- 8.0.x-dev
- v8.0.4
- v8.0.3
- v8.0.2
- v8.0.1
- v8.0.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
This package is auto-updated.
Last update: 2024-11-12 03:08:38 UTC
README
Fork
This is a fork of the abandoned Laravel-Auditing package. The fork was needed to support Larvel v6. The fork will continue to be maintained. Overtime the package will change namespaces to RunACorp\Auditing with the OwenIt\Auditing remaining for backward compatibility.
Intro
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
Contributing
Please see the contributing entry for more details.
Credits
License
The Laravel Auditing package is open source software licensed under the MIT LICENSE.