waaseyaa / routing
HTTP routing and controller resolution for Waaseyaa
v0.1.0-alpha.7
2026-03-15 03:34 UTC
Requires
- php: >=8.3
- symfony/routing: ^7.3
- waaseyaa/access: ^0.1
- waaseyaa/entity: ^0.1
- waaseyaa/i18n: ^0.1
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-03-15 16:00:54 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.