blob: cdf10f406baa65a7612c24f1e9086b857db20fd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# http_build_url() for PHP
[](https://travis-ci.org/jakeasmith/http_build_url)
[](https://codeclimate.com/github/jakeasmith/http_build_url)
[](https://packagist.org/packages/jakeasmith/http_build_url)
[](https://packagist.org/packages/jakeasmith/http_build_url)
This simple library provides functionality for [`http_build_url()`](http://us2.php.net/manual/en/function.http-build-url.php) to environments without pecl_http. It aims to mimic the functionality of the pecl function in every way and ships with a full suite of tests that have been run against both the original function and the one in this package.
## Installation
The easiest way to install this library is to use [Composer](https://getcomposer.org/) from the command line.
```
$ composer require jakeasmith/http_build_url ^1
```
## License
This project is licensed under the MIT License - see the LICENSE file for details.
|