dmstr/symfony-system-resources-bundle

Read-only API Platform admin resources for Symfony framework-internal tables: messenger_messages, doctrine_migration_versions.

Maintainers

Package info

github.com/dmstr/symfony-system-resources-bundle

Type:symfony-bundle

pkg:composer/dmstr/symfony-system-resources-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:24 UTC


README

dmstr/symfony-system-resources-bundle

Read-only API Platform admin resources for Symfony framework-internal tables.

Features (planned)

  • MessengerMessage entity mapping messenger_messages (Symfony Messenger Doctrine transport) — exposed as #[ApiResource(routePrefix: '/admin', operations: [Get, GetCollection])]/api/admin/messenger_messages
  • DoctrineMigrationVersion entity mapping doctrine_migration_versions (Doctrine Migrations Bundle) — exposed as #[ApiResource(routePrefix: '/admin', operations: [Get, GetCollection])]/api/admin/migration_versions
  • Both protected with security: "is_granted('ROLE_ADMIN')"
  • No schema management — entities map existing tables managed by the respective framework components

License

MIT © diemeisterei GmbH