zendframework/zend-router
最新稳定版本:3.3.0
Composer 安装命令:
composer require zendframework/zend-router
包简介
Flexible routing system for HTTP and console applications
README 文档
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
统计信息
- 总下载量: 3.54M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 34
- 点击次数: 1
- 依赖项目数: 26
- 推荐数: 1
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-03-09