• Stars
    star
    195
  • Rank 198,724 (Top 4 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 10 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Provides functionality for http_build_url() to projects without pecl_http.

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.