zendframework / zend-router
This package is abandoned and no longer maintained.
The author suggests using the laminas/laminas-router package instead.
Flexible routing system for HTTP and console applications
3.3.0
2019-02-26 20:24 UTC
Requires
- php: ^5.6 || ^7.0
- container-interop/container-interop: ^1.2
- zendframework/zend-http: ^2.8.1
- zendframework/zend-servicemanager: ^2.7.8 || ^3.3
- zendframework/zend-stdlib: ^3.2.1
Requires (Dev)
- phpunit/phpunit: ^5.7.22 || ^6.4.1
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-i18n: ^2.7.4
Suggests
- zendframework/zend-i18n: ^2.7.4, if defining translatable HTTP path segments
Conflicts
- zendframework/zend-mvc: <3.0.0
This package is auto-updated.
Last update: 2020-01-30 16:27:51 UTC
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-router.
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.
- File issues at https://github.com/zendframework/zend-router/issues
- Documentation is at https://docs.zendframework.com/zend-router