webignition / url
This package is abandoned and no longer maintained.
The author suggests using the webignition/uri package instead.
A PSR-7 UriInterface implementation. A normalizer for applying sixteen lossy and lossless normalizations.
3.0
2018-12-10 16:51 UTC
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.