kuick/routing

Routing package implementing PSR-15 middleware interface

v1.0.0 2025-01-22 19:56 UTC

This package is auto-updated.

Last update: 2025-01-22 19:59:15 UTC


README

Latest Version PHP Total Downloads GitHub Actions CI codecov Software License

Routing package implementing PSR-15 middleware

Key features

  1. PSR-15(https://www.php-fig.org/psr/psr-15/) routing middleware implementation
  2. Support for flexible Routes (any callable)
  3. Router service for matching Routes to the Request
  4. Routes supporting regex paths with named parameters

Usage

@TODO: create some instructions