PHP Classes

JSON RPC Client: Send call requests to JSON RPC servers

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 550 All time: 5,511 This week: 78Up
Version License PHP version Categories
json-rpc-client 1.0Artistic License5.0HTTP, PHP 5, Web services
Description 

Author

This class can send call requests to JSON RPC servers.

It handles calls to functions of the class by sending HTTP requests to a remote JSON RPC Web server.

The class takes the name of the function to call in the remote server from the function of the class being called. The function parameters are passed as arrays.

The class returns the decoded results returned by the JSON RPC server.

Innovation Award
PHP Programming Innovation award nominee
February 2012
Number 3


Prize: One downloadable e-book of choice by O'Reilly
JSON RPC is a protocol for calling remote Web services by exchanging data of the call parameters and return values using the JSON format to represent the exchanged data.

This class can be used to call remote Web services that support the JSON RPC protocol from PHP applications.

Manuel Lemos
Picture of Kacper Rowinski
  Performance   Level  
Name: Kacper Rowinski <contact>
Classes: 14 packages by
Country: Poland Poland
Age: 40
All time rank: 91426 in Poland Poland
Week rank: 192 Up2 in Poland Poland Up
Innovation award
Innovation award
Nominee: 8x

  Files folder image Files (2)  
File Role Description
Accessible without login Plain text file example.php Example example usage
Plain text file jsonRPCClient.php Class jsonRPCClient

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:550
This week:0
All time:5,511
This week:78Up
User Comments (1)
Thanks for sharing the class.
12 years ago (Grigori Kochanov)
67%StarStarStarStar