1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00
webtrees_ynh/sources/vendor/jakeasmith/http_build_url
2017-06-30 02:57:03 +05:30
..
src webtrees install and remove script for yunohot 2017-06-30 02:57:03 +05:30
composer.json webtrees install and remove script for yunohot 2017-06-30 02:57:03 +05:30
phpunit.xml.dist webtrees install and remove script for yunohot 2017-06-30 02:57:03 +05:30
readme.md webtrees install and remove script for yunohot 2017-06-30 02:57:03 +05:30

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.5"
    }
}