Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
/ zend-router Public archive

Standalone routing implementation for HTTP and console requests

License

Notifications You must be signed in to change notification settings

zendframework/zend-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b113a4c · Feb 26, 2019
Aug 1, 2018
Feb 7, 2019
Aug 1, 2018
Oct 11, 2017
Nov 17, 2017
Nov 17, 2017
Feb 26, 2019
Feb 26, 2019
Nov 17, 2017
Nov 17, 2017
Feb 26, 2019
Feb 26, 2019
Nov 17, 2017
Nov 13, 2016
Oct 11, 2017

Repository files navigation

zend-router

Build Status Coverage Status

zend-router provides flexible HTTP routing.

Routing currently works against the zend-http request and responses, and provides capabilities around:

  • Literal path matches
  • Path segment matches (at path boundaries, and optionally validated using regex)
  • Regular expression path matches
  • HTTP request scheme
  • HTTP request method
  • Hostname

Additionally, it supports combinations of different route types in tree structures, allowing for fast, b-tree lookups.