Download the PHP package soundasleep/jsonrpcclient without Composer
On this page you can find all versions of the php package soundasleep/jsonrpcclient. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download soundasleep/jsonrpcclient
More information about soundasleep/jsonrpcclient
Files in soundasleep/jsonrpcclient
Package jsonrpcclient
Short Description A simple PHP implementation of a JSON-RPC client and server
License GPLv2
Homepage https://github.com/soundasleep/jsonrpcclient
Informations about the package jsonrpcclient
JSON-RPC PHP
JSON-RPC PHP is a couple of classes written in PHP implementing respectively client and server functionalities of the JSON-RPC protocol.
The goal of the project is the full encapsulation of the JSON-RPC approach inside a PHP application. Via these classes, it become possible to offer the network the methods of each one's own classes as RPC services and/or enjoy RPC services exacltly as if they were local objects.
The JSON-RPC PHP classes usage is extremely simple and preserve the JSON spirit:
It is easy for humans to read and write. It is easy for machines to parse and generate. [json.org]
Following this logic, the project is conceived to ensure the best code usability.
Any comments, criticisms, suggests and clarification requests can be addressed to [email protected]. Any observation will be welcome.
Git fork
This is a fork of the original project from http://jsonrpcphp.org/ which only adds Composer support (Packagist).
Copyright
Copyright 2007 Sergio Vaccaro [email protected]
See http://jsonrpcphp.org/ for license, docs, sources and info.