PHPackages                             jalle19/simple-json-rpc-client - 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. jalle19/simple-json-rpc-client

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

jalle19/simple-json-rpc-client
==============================

Simple JSON-RPC 2.0 client which utilizes Zend for HTTP functionality

1.0.9(11y ago)44.2k[1 issues](https://github.com/Jalle19/simple-json-rpc-client/issues)BSD-2-ClausePHPPHP &gt;=5.4.0

Since Nov 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Jalle19/simple-json-rpc-client)[ Packagist](https://packagist.org/packages/jalle19/simple-json-rpc-client)[ Docs](https://github.com/Jalle19/simple-json-rpc-client)[ RSS](/packages/jalle19-simple-json-rpc-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (11)Used By (0)

[![Build Status](https://camo.githubusercontent.com/67d365b943a960bb193183e87f8fd180eb9e7381836598ce5102cbfc5604eed9/68747470733a2f2f7472617669732d63692e6f72672f4a616c6c6531392f73696d706c652d6a736f6e2d7270632d636c69656e742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Jalle19/simple-json-rpc-client) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/d2bcafc99d1c83673314ece5943a0075dc6d8e86a46e92133756fd203fb9e09d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4a616c6c6531392f73696d706c652d6a736f6e2d7270632d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Jalle19/simple-json-rpc-client/?branch=master) [![Coverage Status](https://camo.githubusercontent.com/5a198fb7d81dcb8e3d7c963296fc09d4bd42d41dc50df50303dd0ef735bda907/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f4a616c6c6531392f73696d706c652d6a736f6e2d7270632d636c69656e742f62616467652e706e67)](https://coveralls.io/r/Jalle19/simple-json-rpc-client)

simple-json-rpc-client
======================

[](#simple-json-rpc-client)

Simple yet powerful JSON-RPC client which fully implements the JSON-RPC 2.0 specifications. It provides an interface for creating custom clients and comes with a default implementation which sends requests over HTTP using POST. Being standard-compliant it supports standard requests, notifications as well as batch requests.

Requirements
------------

[](#requirements)

PHP 5.4 is required.

Installation
------------

[](#installation)

Install using Composer (the package is published on Packagist). Install with `--no-dev` if you don't want or need the ability to run the test suite.

Usage
-----

[](#usage)

### Standard requests

[](#standard-requests)

```
