ipub / slim-router
Super simple PSR-7 customizable routing system with middleware
v0.2.0
2021-05-17 22:06 UTC
Requires
- php: >=7.4.0
- ext-json: *
- fig/http-message-util: ^1.1
- nikic/fast-route: ^1.3
- psr/http-factory: ^1.0
- psr/http-server-middleware: ^1.0
- ramsey/uuid: ^4.1
Requires (Dev)
- mockery/mockery: ^1.4
- ninjify/nunjuck: ^0.3
- ninjify/qa: ^0.12
- pds/skeleton: ~1.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^0.12
- phpstan/phpstan-deprecation-rules: ^0.12
- tracy/tracy: ^2.8
This package is auto-updated.
Last update: 2024-10-24 04:59:59 UTC
README
PSR-7 super slim router inspired with Fast Route and Slim framework.
Installation
The best way to install ipub/slim-router is using Composer:
composer require ipub/slim-router
Documentation
Learn how to create & handle routes in documentation.
Homepage https://www.ipublikuj.eu and repository http://github.com/iPublikuj/slim-router.