uri:基于 RFC-3986、PSR-7 和 PSR-17 的 PHP 7.1+(包括 PHP 8)的 URI 包装器

时间:2024-06-18 14:29:13
【文件属性】:

文件名称:uri:基于 RFC-3986、PSR-7 和 PSR-17 的 PHP 7.1+(包括 PHP 8)的 URI 包装器

文件大小:20KB

文件格式:ZIP

更新时间:2024-06-18 14:29:13

http php7 php-library uri psr-7

基于 RFC-3986、PSR-7 和 PSR-17 的 PHP 7.1+(包括 PHP 8)的 URI 包装器 奖项 安装 composer require sunrise/uri 如何使用? use Sunrise \ Uri \ Uri ; use Sunrise \ Uri \ UriFactory ; // creates a new URI $ uri = new Uri ( 'http://user:pass@localhost:3000/path?query#fragment' ); // creates a new URI with a factory (is equivalent to `new Uri(...)`) $ uri = ( new UriFactory )-> createUri ( 'http://user:pass@localhost:3000/p


【文件预览】:
uri-master
----composer.json(1KB)
----.travis.yml(342B)
----renovate.json(41B)
----.scrutinizer.yml(297B)
----phpcs.xml.dist(182B)
----tests()
--------UriParserTest.php(2KB)
--------UriTest.php(17KB)
--------UriFactoryTest.php(1KB)
----LICENSE(1KB)
----src()
--------Uri.php(7KB)
--------UriFactory.php(709B)
--------Component()
--------UriParser.php(5KB)
--------Exception()
----.gitignore(93B)
----phpunit.xml.dist(404B)
----README.md(3KB)
----.editorconfig(258B)

网友评论