pear / Net_URL2

Class for parsing and handling URL. Parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.

Home Page:http://pear.php.net/package/Net_URL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Net_URL2 on Packagist Build Status Scrutinizer Quality Score Code Coverage

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.

This package is Pear Net_URL2 and has been migrated from Pear SVN

Please report all new issues via the PEAR bug tracker.

On Packagist as pear/net_url2.

Testing, Packaging and Installing (Pear)

To test, run either

$ phpunit tests/

or

$ pear run-tests -r

To build, simply

$ pear package

To install from scratch

$ pear install package.xml

To upgrade

$ pear upgrade -f package.xml

About

Class for parsing and handling URL. Parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.

http://pear.php.net/package/Net_URL2


Languages

Language:PHP 100.0%