2017 © Pedro Peláez
 

library jsonrpc-client

JSON RPC Client for PHP 5.4+

image

r-green/jsonrpc-client

JSON RPC Client for PHP 5.4+

  • Wednesday, October 5, 2016
  • by r-green
  • Repository
  • 2 Watchers
  • 1 Stars
  • 34 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 6 % Grown

The README.md

Simple PHP JSON-RPC Client

Straight forward JSON RPC 2.0 Client for PHP without the bloat., (*1)

See JSON-RPC spec for more info: http://www.jsonrpc.org/specification, (*2)

Composer

composer require r-green/jsonrpc-client

Usage

use JsonRpc\Client;

$params = [
    ...
];

$client = new Client('http://www.example.com');
$client->request(123456, 'myMethod', $params); // ID, Method, Params

$result = $client->send();

The Versions

05/10 2016

dev-master

9999999-dev

JSON RPC Client for PHP 5.4+

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Richard Green

05/10 2016

1.4

1.4.0.0

JSON RPC Client for PHP 5.4+

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Richard Green

05/10 2016

1.3

1.3.0.0

JSON RPC Client for PHP 5.4+

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Richard Green

05/10 2016

1.2

1.2.0.0

JSON RPC Client for PHP 5.4+

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Richard Green

05/10 2016

1.1

1.1.0.0

JSON RPC Client for PHP 5.4+

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Richard Green

03/10 2016

1.0.0

1.0.0.0

JSON RPC Client for PHP 5.4+

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Richard Green