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

👁 schmunk

Package info

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

Type:symfony-bundle

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

Statistics

Installs: 103

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.0 2026-06-14 21:16 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 74081a913bf53d0f5590cd1c18b734fa7111e401

This package is auto-updated.

Last update: 2026-06-14 21:20:46 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