burzum/php-router

HTTP Request Router

4.0.1-alpha 2019-11-13 07:38 UTC

README

Software License Scrutinizer Coverage Code Quality

Complete benchmark results can be found here.

  • Compatible with PSR-7
  • Named routes
  • Reverses routing
  • Sub-domain
  • Nested routes
  • Custom dispatching strategy
  • Advanced route pattern syntax
  • No other dependencies than PSR standards

Installation

composer require crysalead/router

Documentation

Acknowledgements