Download the PHP package crwlr/url without Composer
On this page you can find all versions of the php package crwlr/url. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor crwlr
Package url
Short Description Swiss Army knife for URLs.
License MIT
Homepage https://www.crwlr.software/packages/url
Package url
Short Description Swiss Army knife for URLs.
License MIT
Homepage https://www.crwlr.software/packages/url
Please rate this library. Is it a good library?
crwlr/url
Rate from 1 - 5
Rated 5.00 based on 2 reviews
Rated 5.00 based on 2 reviews
Informations about the package url
A Swiss Army knife for URLs
This package is for you when PHP's parse_url() is not enough.
Key Features:
- Parse a URL and access or modify all its components separately.
- Resolve any relative reference you may find in an HTML document to an absolute URL, based on the document's URL.
- Get not only the full host of a URL, but also the registrable domain, the domain suffix and the subdomain parts of the host separately (Thanks to the Mozilla Public Suffix List).
- An advanced API to access and manipulate the URL query component.
- Compare URLs or components of URLs (e.g. checking if different URLs point to the same host or domain)
- Thanks to symfony/polyfill-intl-idn it's also no problem to parse internationalized domain names (IDN).
- Includes an adapter class which implements the PSR-7 UriInterface.
Documentation
You can find the documentation at crwlr.software.
Contributing
If you consider contributing something to this package, read the contribution guide (CONTRIBUTING.md).
All versions of url with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
psr/http-message Version ^1.0 || ^2.0
symfony/polyfill-intl-idn Version ^1.11
crwlr/query-string Version ^1.0
psr/http-message Version ^1.0 || ^2.0
symfony/polyfill-intl-idn Version ^1.11
crwlr/query-string Version ^1.0
The package crwlr/url contains the following files
Loading the files please wait ....