YOURLS/includes/vendor/jakeasmith/http_build_url
ozh c524b94b51 Move http_build_url out to /vendor
Will make things cleaner.

Also, refactored a bit yourls_lowercase_scheme_domain() for clarity.
2017-09-07 18:16:55 +02:00
..
src Move http_build_url out to /vendor 2017-09-07 18:16:55 +02:00
readme.md Move http_build_url out to /vendor 2017-09-07 18:16:55 +02:00

readme.md

http_build_url() for PHP

Build Status Code Climate Latest Stable 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 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.