Skip to content

Provides functionality for http_build_url() to projects without pecl_http.

Notifications You must be signed in to change notification settings

gsoul/http_build_url-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http_build_url() for PHP

Build Status Latest Stable Version Latest Unstable Version Total Downloads

This simple library provides functionality for http_build_url() 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 and add the following to your project's composer.json file:

{
    "require": {
        "jakeasmith/http_build_url": "~0.1.2"
    }
}

About

Provides functionality for http_build_url() to projects without pecl_http.

Resources

Stars

Watchers

Forks

Packages

No packages published