Blog |
			Forum |
			Repository |
			Wizard
		
		Jump to letter: [
			
				ABCDEFGHILMNOPQRSTUVWXYZ
			]
		
		
			
				
					php-guzzlehttp-ringphp - Simple handler system used to power clients and servers in PHP
					
						- Website:
- http://ringphp.readthedocs.org
- Licence:
- MIT
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/>
						- 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