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

Statistics

Installs: 1

Dependents: 9

Suggesters: 0

Stars: 0

v0.1.1 2026-05-10 21:00 UTC

This package is auto-updated.

Last update: 2026-05-10 21:01:29 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

v0.1 — work in progress. Public API not yet frozen. 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