dmstr/symfony-system-resources-bundle

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

Maintainers

👁 schmunk

Package info

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

Type:symfony-bundle

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

This package is auto-updated.

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