dotkernel/dot-router

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

1.0.5 2025-03-22 06:38 UTC

This package is auto-updated.

Last update: 2025-03-22 06:40:25 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.1, 8.2, 8.3 or 8.4
  • 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,