2017 © Pedro Peláez
 

library jsonrpcclient

A simple PHP implementation of a JSON-RPC client and server

image

soundasleep/jsonrpcclient

A simple PHP implementation of a JSON-RPC client and server

  • Monday, February 5, 2018
  • by soundasleep
  • Repository
  • 4 Watchers
  • 4 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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., (*1)

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., (*2)

The JSON-RPC PHP classes usage is extremely simple and preserve the JSON spirit:, (*3)

It is easy for humans to read and write. It is easy for machines to parse and generate. [json.org], (*4)

Following this logic, the project is conceived to ensure the best code usability., (*5)

Any comments, criticisms, suggests and clarification requests can be addressed to info@jsonrpcphp.org. Any observation will be welcome., (*6)

Git fork

This is a fork of the original project from http://jsonrpcphp.org/ which only adds Composer support (Packagist)., (*7)

Copyright 2007 Sergio Vaccaro sergio@inservibile.org, (*8)

See http://jsonrpcphp.org/ for license, docs, sources and info., (*9)

The Versions

05/02 2018

dev-master

9999999-dev https://github.com/soundasleep/jsonrpcclient

A simple PHP implementation of a JSON-RPC client and server

  Sources   Download

GPLv2 GPL-2.0-or-later

The Requires

  • php >=5.3.2

 

php json-rpc rpc

12/05 2014

0.1.1

0.1.1.0 https://github.com/soundasleep/jsonrpcclient

A simple PHP implementation of a JSON-RPC client and server

  Sources   Download

GPLv2

The Requires

  • php >=5.3.2

 

php json-rpc rpc

18/04 2014

0.1.0

0.1.0.0 https://github.com/soundasleep/jsonrpcclient

A simple PHP implementation of a JSON-RPC client and server

  Sources   Download

GPLv2

The Requires

  • php >=5.3.2

 

php json-rpc rpc