kuick/routing

Routing package implementing PSR-15 middleware interface

v1.1.1 2025-01-27 13:52 UTC

This package is auto-updated.

Last update: 2025-01-27 13:53:18 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