kuick/routing

Routing package implementing PSR-15 middleware interface

Maintainers

Package info

github.com/milejko/kuick-routing

pkg:composer/kuick/routing

Statistics

Installs: 4 910

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-24 08:30:06 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