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

Files

Latest commit

0762f92 · Nov 17, 2017

History

History
22 lines (16 loc) · 983 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 983 Bytes

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.