Symfony bundle that wires polysource/core contracts into Symfony 7.4 (DI, routing, controllers, Twig view layer).
This package is the entry point for any Symfony application using Polysource Admin.
The pure-PHP core package can be used standalone, but most users will install
this bundle to get full HTTP/Twig integration.
composer require polysource/symfony-bundleThe bundle auto-registers itself via Symfony Flex.
# config/packages/polysource.yaml
polysource:
url_prefix: /admin # defaultv0.1 — work in progress. Public API not yet frozen. See ROADMAP Phase 2.
This package implements:
- ADR-003 — physical routes per resource
- ADR-004 —
final readonly AdminContext - ADR-005 —
#[AsResource]attribute + interface methods
MIT