tanasecosminromeo / audit-bundle
Audit for Symfony2/3/4
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 3
Type:symfony-bundle
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: 2025-04-18 23:24:29 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.