dotkernel/dot-router

Dotkernel component to build complex routes, based on mezzio/mezzio-fastroute

Installs: 3 032

Dependents: 2

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/dotkernel/dot-router

1.1.0 2025-10-30 16:01 UTC

This package is auto-updated.

Last update: 2025-10-30 16:05:09 UTC


README

Dotkernel component to build complex routes, based on mezzio/mezzio-fastroute.

dot-router is a wrapper on top of mezzio/mezzio-fastroute

Documentation

Documentation is available at: https://docs.dotkernel.org/dot-router/.

Badges

OSS Lifecycle PHP from Packagist (specify version)

GitHub issues GitHub forks GitHub stars GitHub license

Build Static codecov PHPStan

Requirements

  • PHP: 8.2, 8.3, 8.4 or 8.5
  • laminas/laminas-stratigility: ^3.0 || ^4.0
  • mezzio/mezzio-fastroute: ^3.12

Setup

Run the following command in your application's root directory:

composer require dotkernel/dot-router

Open your application's config/config.php and the following line:

Dot\Router\ConfigProvider::class,