Skip to content
Snippets Groups Projects
readme.md 1.19 KiB
Newer Older
  • Learn to ignore specific revisions
  • Jake A. Smith's avatar
    Jake A. Smith committed
    # http_build_url() for PHP
    
    [![Build Status](https://travis-ci.org/jakeasmith/http_build_url.png)](https://travis-ci.org/jakeasmith/http_build_url)
    
    Jake A. Smith's avatar
    Jake A. Smith committed
    [![Code Climate](https://codeclimate.com/github/jakeasmith/http_build_url/badges/gpa.svg)](https://codeclimate.com/github/jakeasmith/http_build_url)
    
    Jake A. Smith's avatar
    Jake A. Smith committed
    [![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)
    
    
    Jake A. Smith's avatar
    Jake A. Smith committed
    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.
    
    Jake A. Smith's avatar
    Jake A. Smith committed
    
    ## Installation
    
    
    The easiest way to install this library is to use [Composer](https://getcomposer.org/) from the command line.
    
    Jake A. Smith's avatar
    Jake A. Smith committed
    
    
    ``` 
    $ composer require jakeasmith/http_build_url ^1
    
    Jake A. Smith's avatar
    Jake A. Smith committed
    ```
    
    Jake A. Smith's avatar
    Jake A. Smith committed
    
    ## License
    
    This project is licensed under the MIT License - see the LICENSE file for details.