PHPackages                             sy-records/ringphp - 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. sy-records/ringphp

ActiveLibrary[HTTP &amp; Networking](/categories/http)

sy-records/ringphp
==================

Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php

1.1.3(5y ago)0140MITPHPPHP &gt;=5.4.0

Since Oct 13Pushed 5y agoCompare

[ Source](https://github.com/lufei/ringphp)[ Packagist](https://packagist.org/packages/sy-records/ringphp)[ RSS](/packages/sy-records-ringphp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (14)Used By (0)

RingPHP
=======

[](#ringphp)

**Note:** this is a fork of the original project since it was abandoned.

Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function. RingPHP be used to power HTTP clients and servers through a PHP function that accepts a request hash and returns a response hash that is fulfilled using a [promise](https://github.com/reactphp/promise), allowing RingPHP to support both synchronous and asynchronous workflows.

By abstracting the implementation details of different HTTP clients and servers, RingPHP allows you to utilize pluggable HTTP clients and servers without tying your application to a specific implementation.

```
