[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/vendor/jakeasmith/http_build_url/ -> readme.md (source)

   1  # http_build_url() for PHP
   2  
   3  [![Build Status](https://travis-ci.org/jakeasmith/http_build_url.png)](https://travis-ci.org/jakeasmith/http_build_url)
   4  [![Code Climate](https://codeclimate.com/github/jakeasmith/http_build_url/badges/gpa.svg)](https://codeclimate.com/github/jakeasmith/http_build_url)
   5  [![Latest Stable Version](https://poser.pugx.org/jakeasmith/http_build_url/v/stable.png)](https://packagist.org/packages/jakeasmith/http_build_url)
   6  [![Total Downloads](https://poser.pugx.org/jakeasmith/http_build_url/downloads.png)](https://packagist.org/packages/jakeasmith/http_build_url)
   7  
   8  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.
   9  
  10  ## Installation
  11  
  12  The easiest way to install this library is to use [Composer](https://getcomposer.org/) from the command line.
  13  
  14  ``` 
  15  $ composer require jakeasmith/http_build_url ^1
  16  ```
  17  
  18  ## License
  19  
  20  This project is licensed under the MIT License - see the LICENSE file for details.


Generated: Sat Feb 22 05:10:06 2025 Cross-referenced by PHPXref 0.7.1