news/vendor/pear/net_url2
Bernhard Posselt 73f65c8fba update picofeed 2015-01-27 09:29:09 +01:00
..
Net update picofeed 2015-01-27 09:29:09 +01:00
docs move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00
tests update picofeed 2015-01-27 09:29:09 +01:00
.gitignore move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00
.scrutinizer.yml move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00
.travis.yml move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00
README.md move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00
composer.json move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00
package.xml update picofeed 2015-01-27 09:29:09 +01:00
phpunit.xml.dist move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00

README.md

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