webignition / url
A PSR-7 UriInterface implementation. A normalizer for applying sixteen lossy and lossless normalizations.
Installs: 209 413
Dependents: 7
Suggesters: 0
Security: 0
Stars: 32
Watchers: 1
Forks: 6
Open Issues: 0
Requires
- php: >=7.2
- mso/idna-convert: ^1
- psr/http-message: ^1
- xrstf/ip-utils: v1.0.0
Requires (Dev)
This package is auto-updated.
Last update: 2020-08-21 22:08:04 UTC
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.
Replaced!
This package has been replaced by webiginition/uri
. You should avoid using this in new projects, and migrate existing projects to the replacement.
Requirements
- PHP 7.2.0 or greater
- composer
Upgrading from 2.x to 3.0
3.0 is by no means backwards-compatible with 2.x. Read the upgrade notes.