Download the PHP package urmaul/url without Composer
On this page you can find all versions of the php package urmaul/url. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor urmaul
Package url
Short Description Helper class to work with url strings.
License MIT
Homepage https://github.com/urmaul/url
Package url
Short Description Helper class to work with url strings.
License MIT
Homepage https://github.com/urmaul/url
Please rate this library. Is it a good library?
Informations about the package url
Url
Helper class to work with url strings.
Installing
composer require urmaul/url dev-master
Creating
Functions
-
string absolute($baseUrl) - converts url from relative to absolute using base url.
-
string addParam($name, $value) - adds get parameter to url.
-
string addParams($addParams) - adds get parameters to url.
-
string removeParam($name, $value) - removes get parameter from url.
- string removeParams($removeParams) - removes get parameters from url.
All versions of url with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package urmaul/url contains the following files
Loading the files please wait ....