Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeasmith/http_build_url
Provides functionality for http_build_url() to projects without pecl_http.
https://github.com/jakeasmith/http_build_url
Last synced: about 2 months ago
JSON representation
Provides functionality for http_build_url() to projects without pecl_http.
- Host: GitHub
- URL: https://github.com/jakeasmith/http_build_url
- Owner: jakeasmith
- License: mit
- Created: 2014-02-22T02:56:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T08:21:15.000Z (about 3 years ago)
- Last Synced: 2024-09-08T16:36:50.421Z (3 months ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 195
- Watchers: 7
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome - jakeasmith/http\_build\_url - Provides functionality for http\_build\_url() to projects without pecl\_http. (PHP)
README
# http_build_url() for PHP
[![Build Status](https://travis-ci.org/jakeasmith/http_build_url.png)](https://travis-ci.org/jakeasmith/http_build_url)
[![Code Climate](https://codeclimate.com/github/jakeasmith/http_build_url/badges/gpa.svg)](https://codeclimate.com/github/jakeasmith/http_build_url)
[![Latest Stable Version](https://poser.pugx.org/jakeasmith/http_build_url/v/stable.png)](https://packagist.org/packages/jakeasmith/http_build_url)
[![Total Downloads](https://poser.pugx.org/jakeasmith/http_build_url/downloads.png)](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.