Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
php-zendframework-zend-router - Zend Framework Router component
- Description:
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.
Documentation: https://zendframework.github.io/zend-router/
Packages