2017 © Pedro Peláez
 

library http-adapter

Issue HTTP request for PHP 5.4.8+.

image

egeloen/http-adapter

Issue HTTP request for PHP 5.4.8+.

  • Saturday, February 11, 2017
  • by egeloen
  • Repository
  • 9 Watchers
  • 117 Stars
  • 2,777,407 Installations
  • PHP
  • 36 Dependents
  • 11 Suggesters
  • 18 Forks
  • 0 Open issues
  • 15 Versions
  • 7 % Grown

The README.md

README

Before starting, be aware this package is deprecated in favor of php-http. That means bugfixes would be accepted but new features will not (except maybe for already opened PRs)., (*1)

Build Status Code Coverage Scrutinizer Code Quality Dependency Status, (*2)

Latest Stable Version Latest Unstable Version Total Downloads License, (*3)

Introduction

The library allows to issue HTTP requests with PHP 5.4.8+. The supported adapters are:, (*4)

Additionally, it follows the PSR-7 Standard which defines how http message should be implemented., (*5)

Documentation

  1. Installation
  2. Adapters
  3. Configuration
  4. PSR-7
  5. Usage
  6. Events

Cookbook

Testing

The library is fully unit tested by PHPUnit with a code coverage close to 100%. To execute the test suite, check the travis configuration., (*6)

Contribute

We love contributors! The library is open source, if you'd like to contribute, feel free to propose a PR! You can follow the CONTRIBUTING file which will explain you how to set up the project., (*7)

License

The Ivory Http Adapter is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code., (*8)

The Versions