nette/routing
Fast, flexible URL routing for PHP apps. Define clean routes with parameters, optional parts, and strict matching. Supports route lists, host/path based rules, URL generation, and reverse routing—ideal for structured web apps and APIs.
A code quality release that tightens static analysis and cleans up internals.
declare statements across the codebaseRoute::param2path() allows all characters defined by RFC 3986 #14match() split into prepareRequest() and completeParameters()RouteList::withPath() trailing slash is optional #11getDomain() & getPath()For the details you can have a look at the diff.
nette/routing was taken out nette/application
Router::match(Nette\Http\IRequest $httpRequest): ?arrayRouter::constructUrl(array $params, Nette\Http\UrlScript $refUrl): ?stringHow can I help you explore Laravel packages today?