polysource/symfony-bundle

Polysource Admin — Symfony bundle wiring core contracts into Symfony 7.4 (DI, routing, controllers).

Maintainers

Package info

github.com/polysource/symfony-bundle

Homepage

Issues

Type:symfony-bundle

pkg:composer/polysource/symfony-bundle

Transparency log

Statistics

Installs: 21

Dependents: 10

Suggesters: 0

Stars: 0

v0.9.0 2026-05-18 00:23 UTC

README

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.

Installation

composer require polysource/symfony-bundle

The bundle auto-registers itself via Symfony Flex.

Configuration

# config/packages/polysource.yaml
polysource:
    url_prefix: /admin   # default

Status

Shipped — v0.5.7 (2026-05-15). Public API release-candidate stable (committed for v0.5.x, SemVer freeze at v1.0). See ROADMAP Phase 2.

Architectural decisions

This package implements:

  • ADR-003 — physical routes per resource
  • ADR-004final readonly AdminContext
  • ADR-005#[AsResource] attribute + interface methods

License

MIT