PHPackages                             egeloen/http-adapter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. egeloen/http-adapter

Abandoned → [php-http/httplug](/?search=php-http%2Fhttplug)Library[HTTP &amp; Networking](/categories/http)

egeloen/http-adapter
====================

Issue HTTP request for PHP 5.4.8+.

1.0.2(9y ago)1588.1M—4.8%1716MITPHPPHP &gt;=5.4.8CI failing

Since Oct 3Pushed 9y ago10 watchersCompare

[ Source](https://github.com/egeloen/ivory-http-adapter)[ Packagist](https://packagist.org/packages/egeloen/http-adapter)[ RSS](/packages/egeloen-http-adapter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (19)Versions (15)Used By (16)

README
======

[](#readme)

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

[![Build Status](https://camo.githubusercontent.com/01726172fd4d2a6f560dd3549117973059e0ff8dde5d6b448076346b513beab1/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6567656c6f656e2f69766f72792d687474702d616461707465722e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/egeloen/ivory-http-adapter)[![Code Coverage](https://camo.githubusercontent.com/a77fa9376b06f92b1f4ef40b4cf8981416552e3565cea1a78150633804e6a961/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6567656c6f656e2f69766f72792d687474702d616461707465722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/egeloen/ivory-http-adapter/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/065527d32c9555eb5df5ec477807c978c6efa85529957f1346e2edd35549b61b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6567656c6f656e2f69766f72792d687474702d616461707465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/egeloen/ivory-http-adapter/?branch=master)[![Dependency Status](https://camo.githubusercontent.com/380efdf80eae6985214c5ea967b0f3a2d52ffa10b7944431cd17b765adc0c86b/687474703a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6567656c6f656e3a687474702d616461707465722f62616467652e737667)](http://www.versioneye.com/php/egeloen:http-adapter)

[![Latest Stable Version](https://camo.githubusercontent.com/08efa76394231bb1a78628a1ab32edaf61d7c7cdaa82ae62aa4837a552b6d301/68747470733a2f2f706f7365722e707567782e6f72672f6567656c6f656e2f687474702d616461707465722f762f737461626c652e737667)](https://packagist.org/packages/egeloen/http-adapter)[![Latest Unstable Version](https://camo.githubusercontent.com/0477791a53f0507a2fe58439687ee0b748a836ddb81727577aa24575559bfab2/68747470733a2f2f706f7365722e707567782e6f72672f6567656c6f656e2f687474702d616461707465722f762f756e737461626c652e737667)](https://packagist.org/packages/egeloen/http-adapter)[![Total Downloads](https://camo.githubusercontent.com/3dd65950f80ae7e3aaf80f33ad1520203e81b890ff45ac99bcf3871df2eb93f7/68747470733a2f2f706f7365722e707567782e6f72672f6567656c6f656e2f687474702d616461707465722f646f776e6c6f6164732e737667)](https://packagist.org/packages/egeloen/http-adapter)[![License](https://camo.githubusercontent.com/55ada615bdf204e87714a2268fb65724cd1a4c0199ad62390ea00398d6ec8185/68747470733a2f2f706f7365722e707567782e6f72672f6567656c6f656e2f687474702d616461707465722f6c6963656e73652e737667)](https://packagist.org/packages/egeloen/http-adapter)

Introduction
------------

[](#introduction)

The library allows to issue HTTP requests with PHP 5.4.8+. The supported adapters are:

- [Buzz](https://github.com/kriswallsmith/Buzz)
- [Cake](http://cakephp.org/)
- [cURL](http://curl.haxx.se/)
- [FileGetContents](http://php.net/manual/en/function.file-get-contents.php)
- [Fopen](http://php.net/manual/en/function.fopen.php)
- [Guzzle3](http://guzzle3.readthedocs.org/)
- [Guzzle4](http://guzzle.readthedocs.org/en/v5/)
- [Guzzle5](http://guzzle.readthedocs.org/en/v5/)
- [Guzzle6](http://guzzle.readthedocs.org/en/v6/)
- [Httpful](http://phphttpclient.com/)
- [Pecl Http](http://devel-m6w6.rhcloud.com/mdref/http)
- [React](http://reactphp.org/)
- [Requests](http://requests.ryanmccue.info/)
- [Socket](http://php.net/manual/en/function.stream-socket-client.php)
- [Zend1](http://framework.zend.com/manual/1.12/en/zend.http.html)
- [Zend2](http://framework.zend.com/manual/2.0/en/modules/zend.http.html)

Additionally, it follows the [PSR-7 Standard](https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md)which defines how http message should be implemented.

Documentation
-------------

[](#documentation)

1. [Installation](/doc/installation.md)
2. [Adapters](/doc/adapters.md)
3. [Configuration](/doc/configuration.md)
4. [PSR-7](/doc/psr-7.md)
5. [Usage](/doc/usage.md)
6. [Events](/doc/events.md)

Cookbook
--------

[](#cookbook)

- [Log requests, responses and exceptions](/doc/events.md#logger)
- [Journalize requests and responses](/doc/events.md#history)
- [Throw exceptions for errored responses](/doc/events.md#status-code)
- [Retry errored requests](/doc/events.md#retry)
- [Follow redirects](/doc/events.md#redirect)
- [Cache responses and exceptions](/doc/events.md#cache)
- [Manage cookies](/doc/events.md#cookie)

Testing
-------

[](#testing)

The library is fully unit tested by [PHPUnit](http://www.phpunit.de/) with a code coverage close to **100%**. To execute the test suite, check the travis [configuration](/.travis.yml).

Contribute
----------

[](#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](/CONTRIBUTING.md) file which will explain you how to set up the project.

License
-------

[](#license)

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

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity59

Moderate usage in the ecosystem

Community32

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 95.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~64 days

Recently: every ~160 days

Total

14

Last Release

3413d ago

Major Versions

0.8.0 → 1.0.02015-12-13

PHP version history (2 changes)0.1.0PHP &gt;=5.3.3

0.7.0PHP &gt;=5.4.8

### Community

Maintainers

![](https://www.gravatar.com/avatar/808f1df1f6ccd749b9c985f3b4a8753788e9bf74e7cead639fcf49cd2a714fd0?d=identicon)[egeloen](/maintainers/egeloen)

---

Top Contributors

[![GeLoLabs](https://avatars.githubusercontent.com/u/149005863?v=4)](https://github.com/GeLoLabs "GeLoLabs (369 commits)")[![jeromegamez](https://avatars.githubusercontent.com/u/67554?v=4)](https://github.com/jeromegamez "jeromegamez (6 commits)")[![sagikazarmark](https://avatars.githubusercontent.com/u/1226384?v=4)](https://github.com/sagikazarmark "sagikazarmark (3 commits)")[![im-denisenko](https://avatars.githubusercontent.com/u/3239892?v=4)](https://github.com/im-denisenko "im-denisenko (3 commits)")[![tyx](https://avatars.githubusercontent.com/u/245494?v=4)](https://github.com/tyx "tyx (1 commits)")[![jakzal](https://avatars.githubusercontent.com/u/190447?v=4)](https://github.com/jakzal "jakzal (1 commits)")[![TemirkhanN](https://avatars.githubusercontent.com/u/12416657?v=4)](https://github.com/TemirkhanN "TemirkhanN (1 commits)")[![digitalkaoz](https://avatars.githubusercontent.com/u/293591?v=4)](https://github.com/digitalkaoz "digitalkaoz (1 commits)")

---

Tags

httppsr-7http clienthttp-adapter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/egeloen-http-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/egeloen-http-adapter/health.svg)](https://phpackages.com/packages/egeloen-http-adapter)
```

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

7.9k1.0B3.2k](/packages/guzzlehttp-psr7)[psr/http-message

Common interface for HTTP messages

7.1k1.0B5.5k](/packages/psr-http-message)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78026.4M414](/packages/react-http)[league/uri-interfaces

Common tools for parsing and resolving RFC3987/RFC3986 URI

536204.9M23](/packages/league-uri-interfaces)[amphp/http-client-psr7

PSR-7 adapter for Amp's HTTP client.

1454.7k4](/packages/amphp-http-client-psr7)[http-interop/http-factory-diactoros

An HTTP Factory using Zend Diactoros

14221.3k11](/packages/http-interop-http-factory-diactoros)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
