soundasleep / jsonrpcclient
A simple PHP implementation of a JSON-RPC client and server
Requires
- php: >=5.3.2
This package is auto-updated.
Last update: 2024-10-14 10:01:37 UTC
README
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 info@jsonrpcphp.org. 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 sergio@inservibile.org
See http://jsonrpcphp.org/ for license, docs, sources and info.