Skip to content

1.0.0

Compare
Choose a tag to compare
@DamienHarper DamienHarper released this 06 Dec 16:27
· 192 commits to master since this release

Initial release

The purpose of auditor is to provide an easy and standardized way to collect audit logs.

This library is architected around two concepts:

  • Auditing services responsible for collecting audit events
  • Storage services responsible for persisting audit traces

Those two kind of services are offered by Providers and a default one is included with this library: DoctrineProvider

DoctrineProvider offers both auditing services and storage services and
creates audit logs for all Doctrine ORM database related changes.

What's Changed

References

Official documentation

Full Changelog: https://github.com/DamienHarper/auditor/commits/1.0.0