2017 © Pedro Peláez
 

library rpc-client

Simple HTTP JSON-RPC client

image

timiki/rpc-client

Simple HTTP JSON-RPC client

  • Monday, June 4, 2018
  • by netesin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 831 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 72 % Grown

The README.md

Simple JSON-RPC Http client

Install

composer require timiki/rpc-client

Options

attempts_on_error (int) - Count of attempts on connection or response error (default: 10), (*1)

attempts_on_response_error (bool) - Attempt on response error (default: false), (*2)

attempts_delay (int) - Delay in msec between attempts (default: 1000), (*3)

response_on_connection_exception (bool) - If set true client return JsonResponse on connection exception (default: true), (*4)

Async

JSON-RPC Http client use guzzlehttp/promises for call async function, (*5)

callAsync(string $method, array $params = [], array $headers = []): Promise, (*6)

noticeAsync(string $method, array $params = [], array $headers = []): Promise, (*7)

The Versions

04/06 2018

dev-master

9999999-dev

Simple HTTP JSON-RPC client

  Sources   Download

MIT

The Requires

 

by Netesin N

json-rpc rpc

04/06 2018

3.0.8

3.0.8.0

Simple HTTP JSON-RPC client

  Sources   Download

MIT

The Requires

 

by Netesin N

json-rpc rpc

03/12 2017

3.0.7

3.0.7.0

Simple HTTP JSON-RPC client

  Sources   Download

MIT

The Requires

 

by Netesin N

json-rpc rpc

26/11 2017

3.0.6

3.0.6.0

Simple HTTP JSON-RPC client

  Sources   Download

MIT

The Requires

 

by Netesin N

json-rpc rpc

26/11 2017

3.0.5

3.0.5.0

Simple HTTP JSON-RPC client

  Sources   Download

MIT

The Requires

 

by Netesin N

json-rpc rpc

15/10 2017

3.0.4

3.0.4.0

Simple HTTP JSON-RPC client

  Sources   Download

MIT

The Requires

 

by Netesin N

json-rpc rpc

24/09 2017

3.0.3

3.0.3.0

Simple HTTP JSON-RPC client

  Sources   Download

MIT

The Requires

 

by Netesin N

json-rpc rpc

23/09 2017

3.0.2

3.0.2.0

Simple HTTP JSON-RPC client

  Sources   Download

MIT

The Requires

 

by Netesin N

json-rpc rpc

20/08 2017

3.0.1

3.0.1.0

Simple HTTP JSON-RPC client

  Sources   Download

MIT

The Requires

 

by Netesin N

json-rpc rpc

20/06 2017

3.0.0

3.0.0.0

Simple HTTP JSON-RPC client

  Sources   Download

MIT

The Requires

 

by Netesin N

json-rpc rpc

23/07 2016

2.0.1

2.0.1.0

Simple HTTP JSON-RPC client

  Sources   Download

MIT

The Requires

 

by Netesin N

json-rpc rpc

18/07 2016

2.0.0

2.0.0.0

Simple HTTP JSON-RPC client

  Sources   Download

MIT

The Requires

 

by Netesin N

json-rpc rpc