Download the PHP package laikait/laika-route without Composer
On this page you can find all versions of the php package laikait/laika-route. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laikait/laika-route
More information about laikait/laika-route
Files in laikait/laika-route
Download laikait/laika-route
More information about laikait/laika-route
Files in laikait/laika-route
Vendor laikait
Package laika-route
Short Description Routing package for Laika PHP MVC Framework.
License MIT
Package laika-route
Short Description Routing package for Laika PHP MVC Framework.
License MIT
Please rate this library. Is it a good library?
Informations about the package laika-route
laika-route
Routing package for the Laika PHP MVC Framework.
Install
Methods
Route Params
Pipeline
Class:
$params— route params + pipeline config args (role=admin), merged, passed by reference through the whole chain (pipeline → controller → filter).- Return value short-circuits the response if not
$next().
Filter
Class:
Named Routes
Groups
Fallback
Longest-prefix match; falls back to built-in _404::show() if nothing matches.
Dispatch
Lifecycle: preDispatcher() → registerInitiators() (headers + hook files) → match route/asset/fallback → run pipeline chain → run controller → run filter chain.
API Reference
| Class | Purpose |
|---|---|
Url |
Static facade — routes, groups, pipeline/filter chaining, dispatch, named URLs |
Handler |
Route registry — storage, group stack, fallback, naming |
Dispatcher |
Request lifecycle, matching, asset serving, fallback resolution |
Invoke |
Pipeline/Filter chain execution, controller resolution |
Reflection |
Named-argument injection for controllers |
Path |
URI normalization, pattern compiling, request matching |
_404 |
Default 404 page |
PipelineInterface |
handle(callable $next, array &$params): ?string |
FilterInterface |
terminate(callable $next, ?string $response, array &$params): ?string |
License
Laika-route is protected under the LICENSE License. For more details, refer to the LICENSE file.
Acknowledgments
- Credit
contributors,inspiration,references, etc.
[![][back-to-top]](#top)
All versions of laika-route with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package laikait/laika-route contains the following files
Loading the files please wait ...