graze / guzzle-jsonrpc

JSON-RPC 2.0 client for Guzzle
https://packagist.org/packages/graze/guzzle-jsonrpc
MIT License
93 stars 61 forks source link

Add support for async requests #23

Closed adlawson closed 9 years ago

adlawson commented 9 years ago

These changes allow the use of Guzzle 6's fairly nice promises abstraction. The synchronous calls are still there but are now backed by awaiting promises.

sjparkinson commented 9 years ago

Love it :+1:.