All Projects → zendframework → zend-router

zendframework / zend-router

Licence: BSD-3-Clause license
Standalone routing implementation for HTTP and console requests

Programming Languages

PHP
23972 projects - #3 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].