platine-php / router
Platine Router is the a lightweight and simple router using middleware to match and dispatch the request.
v2.0.0
2025-09-18 05:11 UTC
Requires
- php: ^8
- platine-php/http: ^2.0
- platine-php/request-handler: ^2.0
Requires (Dev)
- phpmd/phpmd: @stable
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^9.6
- platine-php/dev: ^2.0
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2026-02-18 06:32:28 UTC
README
Platine Router is the a lightweight and simple router using middleware to match and dispatch the request.
Requirements
- PHP >= 8.0
Installation
Using composer (recommended)
composer require platine-php/router
License
MIT License See LICENSE.MD