kuick/routing

Routing package implementing PSR-15 middleware interface

Installs: 4 053

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kuick/routing

v1.2.1 2025-04-24 06:39 UTC

This package is auto-updated.

Last update: 2025-10-24 07:43:34 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