Stars: 123
Forks: 31
Pull Requests: 108
Issues: 64
Watchers: 4
Last Updated: 2023-09-15 02:34:57
auditor, the missing audit log library
License: MIT License
Languages: PHP
The purpose of auditor
is to provide an easy and standardized way to collect audit logs.
This library is architected around two concepts:
Those two kind of services are offered by Providers.
A default provider is included with this library: the DoctrineProvider
DoctrineProvider
offers both auditing services and sorage services.
It creates audit logs for all Doctrine ORM
database related changes:
DoctrineProvider
supports following RDBMS
DoctrineProvider
should work with any other database supported by Doctrine
.
Though, we can only really support the ones we can test with GitHub Actions.
Basically you can track any change of any entity from audit logs.
NOTE: DoctrineProvider
cannot track DQL or direct SQL statements executions.
auditor
official documentation can be found here.
Version | Status | Requirements | Badges |
---|---|---|---|
3.x | Active development 🚀 (Not yet released) | PHP >= 8.0, Symfony >= 5.4 | |
2.x | Active support | PHP >= 7.4, Symfony >= 4.4 | |
1.x | EOL | PHP >= 7.2, Symfony >= 3.4 | |
Changelog is available here
auditor
is an open source project. Contributions made by the community are welcome.
Send us 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
auditor
is free to use and is licensed under the MIT license