Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-guzzlehttp-ringphp - Simple handler system used to power clients and servers in PHP

Website:
http://ringphp.readthedocs.org
Licence:
MIT
Vendor:
Remi Collet
Description:
Provides low level APIs used to power HTTP clients and servers through a simple,
PHP callable that accepts a request hash and returns a future response hash.
RingPHP supports both synchronous and asynchronous workflows by utilizing both
futures and promises [1].

RingPHP is inspired by Clojure's Ring [2], but has been modified to accommodate
clients and servers for both blocking and non-blocking requests.

[1] https://github.com/reactphp/promise
[2] https://github.com/ring-clojure/ring

Packages

php-guzzlehttp-ringphp-1.1.1-1.el6.remi.noarch [26 KiB] Changelog by Remi Collet (2018-10-16):
- update to 1.1.1 for PHP 7.3 compatibility
- use range dependencies
php-guzzlehttp-ringphp-1.1.0-9.el6.remi.noarch [26 KiB] Changelog by Shawn Iwinski (2017-04-07):
- Fix rawhide (F27) FTBS
- Switch autoloader to php-composer(fedora/autoloader)
- Test with SCLs if available