dmstr / doctrine-audit-log-bundle
Audit logging for Doctrine entities via Gedmo Loggable: concrete LogEntry entity exposed as read-only API Platform admin resource.
Package info
github.com/dmstr/doctrine-audit-log-bundle
Type:symfony-bundle
pkg:composer/dmstr/doctrine-audit-log-bundle
0.1.1
2026-06-11 11:42 UTC
Requires
- php: >=8.2
- api-platform/symfony: ^4.0
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^3.0
- gedmo/doctrine-extensions: ^3.0
- symfony/framework-bundle: ^7.0
This package is auto-updated.
Last update: 2026-06-14 01:28:23 UTC
README
dmstr/doctrine-audit-log-bundle
Audit logging for Doctrine entities via Gedmo Loggable, exposed as a read-only API Platform admin resource.
Features (planned)
- Concrete
LogEntryentity extendingGedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntrywith tableext_log_entries LoggableListenerwiring viadoctrine.event_subscriberLogEntryexposed as#[ApiResource(routePrefix: '/admin', operations: [Get, GetCollection], security: "is_granted('ROLE_ADMIN')")]→/api/admin/log_entries- Apps annotate their entities with
#[Gedmo\Loggable]to opt in
License
MIT © diemeisterei GmbH