damienharper / auditor-bundle
Integrate auditor library in your Symfony projects.
Installs: 1 528 199
Dependents: 1
Suggesters: 1
Security: 1
Stars: 394
Watchers: 16
Forks: 121
Open Issues: 33
Type:symfony-bundle
Requires
- php: >=8.2
- ext-intl: *
- damienharper/auditor: ^3.2
- doctrine/doctrine-bundle: ^2.0
- symfony/asset: ^5.4|^6.4|^7.0
- symfony/doctrine-bridge: ^5.4|^6.4|^7.0
- symfony/event-dispatcher: ^5.4|^6.4|^7.0
- symfony/lock: ^5.4|^6.4|^7.0
- symfony/security-bundle: ^5.4|^6.4|^7.0
- symfony/translation: ^5.4|^6.4|^7.0
- symfony/twig-bundle: ^5.4|^6.4|^7.0
- twig/extra-bundle: ^3.3
- twig/intl-extra: ^3.3
Requires (Dev)
- doctrine/data-fixtures: ^1.4
- gedmo/doctrine-extensions: ^2.4|^3.0
- matthiasnoback/symfony-dependency-injection-test: ^6.0
- nyholm/symfony-bundle-test: ^2.0|^3.0
- phpunit/phpunit: ^11.0
- symfony/browser-kit: ^5.4|^6.4|^7.0
- symfony/css-selector: ^5.4|^6.4|^7.0
- symfony/framework-bundle: ^5.4|^6.4|^7.0
- symfony/var-dumper: ^5.4|^6.4|^7.0
- symfony/webpack-encore-bundle: ^1.12|^2.0
- dev-master / 6.x-dev
- 6.2.0
- 6.1.0
- 6.0.0
- 5.x-dev
- 5.2.6
- 5.2.5
- 5.2.4
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.x-dev
- 4.2.0
- 4.1.0
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.x-dev
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.0
- 2.x-dev
- 2.5.0
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.x-dev
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/webpack-5.96.1
This package is auto-updated.
Last update: 2024-11-04 04:45:57 UTC
README
auditor-bundle
, formerly known as DoctrineAuditBundle
integrates auditor
library into any Symfony 3.4+ application.
Demo
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
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
- Thanks to all contributors
License
auditor-bundle
is free to use and is licensed under the MIT license