waaseyaa/routing

HTTP routing and controller resolution for Waaseyaa

Maintainers

Package info

github.com/waaseyaa/routing

pkg:composer/waaseyaa/routing

Transparency log

Statistics

Installs: 8 935

Dependents: 16

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.256 2026-07-06 21:24 UTC

This package is auto-updated.

Last update: 2026-07-06 21:32:30 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.