Skip to content
This repository has been 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

zend-router

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-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.