aidphp/routing-middleware

Routing Middlewares

1.0.0 2018-07-12 13:42 UTC

This package is auto-updated.

Last update: 2024-04-21 01:38:02 UTC


README

Build Status Scrutinizer Code Quality Code Coverage Build Status

This repository contains the following middlewares:

  • PrefixMiddleware remove a prefix from an uri path.
  • PathMiddleware match an uri path with a static path.
  • PatternMiddleware match an uri path with a regular expression.
  • MethodMiddleware match an http method.