Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
/ http-client Public archive

HTTP Client in PHP

License

Notifications You must be signed in to change notification settings

Rebilly/http-client

Repository files navigation

HTTP Client

Build Status Coverage Status GitHub license

Installation

The recommended way to install the library is through Composer.

Using Composer is the recommended way to install the HTTP Client. To get started, you need run the Composer commands (assume you're in the project's root directory).

  • Install the latest stable version of the library:
composer require rebilly/http-client
  • Update the dependencies:
composer update rebilly/http-client

You can find out more on how to install Composer, configure autoloading, and other best-practices for defining dependencies at getcomposer.org.

Requirements

TBD

Quick Examples

TBD

Tests

# install required files
$ composer self-update
$ composer install

# run the test (from project root)
phpunit