briz/fast-route

This package is abandoned and no longer maintained. No replacement package was suggested.

Fast request router for PHP

0.6.0 2016-03-20 10:21 UTC

This package is not auto-updated.

Last update: 2020-03-20 17:35:32 UTC


README

This Library is based on FastRoute. It is basically fastroute with added support for route inheritance. so all credits goes to Nikita Popov.

Usage

it is exactly same as FastRoute only difference is route inheritance. If you dont want to implemet route inheritance use original FastRoute