grantholle / pear-net-url2
A psr-4 compliant port of pear/net_url2: Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.
4.0.0
2023-02-15 09:41 UTC
Requires
- php: ^8.1
Requires (Dev)
- phpunit/phpunit: ^8
README
Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.
This package is has been adapted to be psr-4 compliant from Pear Net_URL2 which was migrated from [Pear SVN]
Installation
composer install grantholle/pear-net-url2