PHPackages                             crypto-packages/guzzle-jsonrpc - 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. crypto-packages/guzzle-jsonrpc

ActiveLibrary

crypto-packages/guzzle-jsonrpc
==============================

JSON-RPC 2.0 client for Guzzle

022PHP

Since Aug 24Pushed 3y agoCompare

[ Source](https://github.com/crypto-packages/guzzle-jsonrpc)[ Packagist](https://packagist.org/packages/crypto-packages/guzzle-jsonrpc)[ RSS](/packages/crypto-packages-guzzle-jsonrpc/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\[ABANDONED\] Guzzle JSON-RPC
=============================

[](#abandoned-guzzle-json-rpc)

[![No Maintenance Intended](https://camo.githubusercontent.com/d904056147052e22d8e1c7f46bb50293ed2aeb4c43ead9a2d0cf7a48b46d0562/687474703a2f2f756e6d61696e7461696e65642e746563682f62616467652e737667)](http://unmaintained.tech/)

### This is no longer supported, please consider forking this repository to make any desired changes.

[](#this-is-no-longer-supported-please-consider-forking-this-repository-to-make-any-desired-changes)

[![Master branch build status](https://camo.githubusercontent.com/d7cda328f828e54906f74a5fc79a147cc8910ac3270e71c33b9aa83cb4a56d35/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f6772617a652f67757a7a6c652d6a736f6e7270632f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/graze/guzzle-jsonrpc)[![Coverage Status](https://camo.githubusercontent.com/9cde4807b55e0a34824ea11bc41c48c135c901f91bc2b15ca3fabc255556146e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6772617a652f67757a7a6c652d6a736f6e7270632e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/graze/guzzle-jsonrpc/code-structure)[![Quality Score](https://camo.githubusercontent.com/db3f885c4a94d219636d044600032d2aa585227973791faf2ad0f4aa08eae277/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6772617a652f67757a7a6c652d6a736f6e7270632e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/graze/guzzle-jsonrpc)[![Published version](https://camo.githubusercontent.com/fdd9583e2224bc53d17ddcb35ba78768b472646e9948c657f5721b1e091c6d70/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6772617a652f67757a7a6c652d6a736f6e7270632e7376673f7374796c653d666c6174)](https://packagist.org/packages/graze/guzzle-jsonrpc)[![PHP ~5.5](https://camo.githubusercontent.com/2b45bc7baa80dd46370fe19fb79c52ed215f1c0f4df6e93c45fe814108112399/687474703a2f2f696d672e736869656c64732e696f2f62616467652f7068702d7e352e352d3838393242462e7376673f7374796c653d666c6174)](http://php.net)[![MIT Licensed](https://camo.githubusercontent.com/d1e75925cfd5c075414e69627cc575e422bdfd96e9d452a65eaa0ae6d5d18237/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6772617a652f67757a7a6c652d6a736f6e7270632e7376673f7374796c653d666c6174)](LICENSE)

This library implements [JSON-RPC 2.0](http://jsonrpc.org/specification) for the Guzzle HTTP client. We try to support all commonly used versions of Guzzle including:

- [GuzzleHTTP 6](https://github.com/guzzle/guzzle) on [`master`](https://github.com/graze/guzzle-jsonrpc) branch, `^3.0` releases
- [GuzzleHTTP 5](https://github.com/guzzle/guzzle) on [`guzzle-5`](https://github.com/graze/guzzle-jsonrpc/tree/guzzle-5) branch, `^2.1` releases
- [GuzzleHTTP 4](https://github.com/guzzle/guzzle) on [`guzzle-4`](https://github.com/graze/guzzle-jsonrpc/tree/guzzle-4) branch, `2.0.*` releases
- [Guzzle 3](https://github.com/guzzle/guzzle3) on [`guzzle-3`](https://github.com/graze/guzzle-jsonrpc/tree/guzzle-3) branch, `^1.0` releases

It can be installed in whichever way you prefer, but we recommend [Composer](https://packagist.org/packages/graze/guzzle-jsonrpc).

```
{
    "require": {
        "graze/guzzle-jsonrpc": "~3.0"
    }
}
```

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

[](#documentation)

```
