webignition / uri
A PSR-7 UriInterface implementation. A normalizer for applying sixteen lossy and lossless normalizations.
Installs: 4 074
Dependents: 8
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.2
- algo26-matthias/idna-convert: ^2
- hookedmedia/ip-utils: ^1.1
- psr/http-message: ^1
Requires (Dev)
README
A PSR-7 UriInterface
for modelling a URL and accessing/modifying components.
A Normalizer
for applying a range of semantically-lossless, potentially-lossless or lossy normalizations,
most commonly for comparison.
Requirements
- PHP 7.2.0 or greater
- composer