GitHub - zendframework/zend-router: Standalone routing implementation for HTTP and console requests (original) (raw)

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-httprequest and responses, and provides capabilities around:

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