tanasecosminromeo / audit-bundle
Audit for Symfony2/3/4
Package info
github.com/tanasecosminromeo/audit-bundle
Type:symfony-bundle
pkg:composer/tanasecosminromeo/audit-bundle
dev-master
2022-10-18 17:32 UTC
Requires
- php: >=5.3.0
- symfony/console: ~2.3|~3.0|~4.0|~5.0
- symfony/dependency-injection: ~2.3|~3.0|~4.0|~5.0
- symfony/framework-bundle: ~2.3|~3.0|~4.0|~5.0
This package is auto-updated.
Last update: 2026-03-19 01:13:36 UTC
README
NOT RELEASED
This is not intended to be used in production yet.
Basic How to Use
- composer require tanasecosminromeo/audit-bundle
- Add an environment variable
AUDIT_CLASSES="User,Forum,ForumCategory,ForumTopic,ForumReply"where those comma separated values are entities name - Should work - only been tested in one project - this is not released yet.