waaseyaa / routing
HTTP routing and controller resolution for Waaseyaa
v0.1.0-alpha.218
2026-06-16 01:58 UTC
Requires
- php: >=8.5
- symfony/routing: ^7.0
- waaseyaa/access: ^0.1.0-alpha.218
- waaseyaa/auth: ^0.1.0-alpha.218
- waaseyaa/entity: ^0.1.0-alpha.218
- waaseyaa/i18n: ^0.1.0-alpha.218
- waaseyaa/oidc: ^0.1.0-alpha.218
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-06-16 02:04:03 UTC
README
Layer 4 — API
HTTP routing for Waaseyaa applications.
Wraps Symfony Routing with a RouteBuilder fluent API and adds route-level access options (_public, _permission, _role, _gate) evaluated by AccessChecker. Includes language negotiation middleware (UrlPrefixNegotiator, AcceptHeaderNegotiator).
Key classes: RouteBuilder, Router, AccessChecker.