Herz3h / auditor-bundle

Doctrine audits logs made easy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auditor-bundle Tweet

Latest Stable Version Latest Unstable Version Build Status License Scrutinizer Code Quality Total Downloads Monthly Downloads Daily Downloads

auditor-bundle, formerly known as DoctrineAuditBundle integrates auditor library into any Symfony 3.4+ application.

You can try out this bundle by cloning its companion demo app. Follow instructions at auditor-bundle-demo.

Official Documentation

auditor-bundle official documentation can be found here.

Version Information

Version Status PHP requirements Symfony requirements Badges
4.x Active development 🚀 >= 7.2 >= 3.4 Build Status Scrutinizer Code Quality
3.x Active support 🚀 >= 7.1 >= 3.4 Build Status Scrutinizer Code Quality
2.x End of life >= 7.1 >= 3.4
1.x End of life >= 7.1 >= 3.4

Changelog is available here

Usage

Once installed and configured, any database change affecting audited entities will be logged to audit logs automatically. Also, running schema update or similar will automatically setup audit logs for every new auditable entity.

Contributing

auditor-bundle is an open source project. Contributions made by the community are welcome. Send me your ideas, code reviews, pull requests and feature requests to help us improve this project.

Do not forget to provide unit tests when contributing to this project. To do so, follow instructions in this dedicated README

Credits

License

auditor-bundle is free to use and is licensed under the MIT license

About

Doctrine audits logs made easy.

License:MIT License


Languages

Language:HTML 54.6%Language:PHP 45.4%