mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 00:28:47 +00:00
11 lines
431 B
Markdown
11 lines
431 B
Markdown
# zend-uri
|
|
|
|
`Zend\Uri` is a component that aids in manipulating and validating Uniform
|
|
Resource Identifiers ([URIs](http://www.ietf.org/rfc/rfc3986.txt)). `Zend\Uri`
|
|
exists primarily to service other components, such as `Zend\Http`, but is also
|
|
useful as a standalone utility.
|
|
|
|
|
|
- File issues at https://github.com/zendframework/zend-uri/issues
|
|
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-uri
|