air-php/fastroute-middleware

There is no license information available for the latest version (1.0.1) of this package.

A FastRoute middleware library.

1.0.1 2016-05-02 11:42 UTC

This package is not auto-updated.

Last update: 2024-04-05 17:12:11 UTC


README

This is a middleware library for the FastRoute router by Nikita Popov.

Installation

Installation via Composer is recommended.

"require": {
    "air-php/fastroute-middleware": "~1.0"
}