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
0.2.0
2026-06-14 21:16 UTC
Requires
- php: >=8.4
- api-platform/symfony: ^4.0
- doctrine/doctrine-bundle: ^2.0
- doctrine/doctrine-migrations-bundle: ^3.0
- doctrine/orm: ^3.0
- symfony/framework-bundle: ^7.0
- symfony/messenger: ^7.0
Requires (Dev)
- phpunit/phpunit: ^12.0
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)
MessengerMessageentity mappingmessenger_messages(Symfony Messenger Doctrine transport) — exposed as#[ApiResource(routePrefix: '/admin', operations: [Get, GetCollection])]→/api/admin/messenger_messagesDoctrineMigrationVersionentity mappingdoctrine_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
