Laravel Auditing
Laravel Auditing stats
- Downloads
- 13.2M
- Stars
- 2,737
- Open Issues
- 15
- Forks
- 364
Audit changes of your Eloquent models in Laravel/Lumen
Laravel Auditing Package Summary
Laravel Auditing is a robust package designed to track changes in your Eloquent models, helping you to easily monitor and understand discrepancies and anomalies that might indicate critical business concerns or suspicious activities.
Key Features
- Automatic Auditing: Simply use a trait in your Eloquent models to automatically keep a history of changes.
- Easy Retrieval: Audited data is straightforward to retrieve and can be displayed in various formats, aiding in transparency and accountability.
- Comprehensive Documentation: Detailed guidance on installation, usage, and best practices is available on the official documentation site.
Installation
The package can be easily installed via Composer. Ensure you choose the version compatible with your Laravel version for optimal results. For detailed installation instructions, refer to the documentation.
Version Compatibility
The package is actively supported and compatible with multiple versions of Laravel, from 6.x.x up to 10.x.x, ensuring a wide range of Laravel applications can benefit from its features. Specific PHP version requirements are also outlined, starting from PHP 7.3 and above.
Usage
After installation, use the Auditable trait in your Eloquent models to enable auditing. Data retrieval and display functions are built-in, making it easy to integrate into your existing Laravel applications.
Contributing
Contributions to improve the package are welcome, and potential contributors are encouraged to view the contributing guidelines.
Credits
The package is developed and maintained by a team of open-source contributors including Antério Vieira, Quetzy Garcia, and Raphael França among others.
License
Laravel Auditing is open-source software licensed under the MIT LICENSE.
Conclusion
For developers looking to add auditing capabilities to their Laravel applications, Laravel Auditing offers a seamless, well-documented solution that is both powerful and user-friendly.