dmstr/doctrine-audit-log-bundle

Audit logging for Doctrine entities via Gedmo Loggable: concrete LogEntry entity exposed as read-only API Platform admin resource.

Maintainers

Package info

github.com/dmstr/doctrine-audit-log-bundle

Type:symfony-bundle

pkg:composer/dmstr/doctrine-audit-log-bundle

Statistics

Installs: 33

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

0.1.1 2026-06-11 11:42 UTC

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 LogEntry entity extending Gedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntry with table ext_log_entries
  • LoggableListener wiring via doctrine.event_subscriber
  • LogEntry exposed 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