byjg/uri
An implementation of PSR UriInterface
1.0.4
2018-03-09 01:56 UTC
Requires
- php: >=5.4.0
- psr/http-message: ~1.0
Requires (Dev)
- phpunit/phpunit: >5.7
README
An implementation of Psr UriInterface
This class is fully compliant with the PSR UriInterface (PSR-7) plus some methods lack on the interface:
- getUsername()
- getPassword()
- getQueryPart($key)
- withQueryKeyValue($key, $value, $encode = true)
More information about UriInterface: https://github.com/php-fig/http-message/blob/master/src/UriInterface.php