Skip to content

soundasleep/jsonrpcclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

About

A simple PHP implementation of a JSON-RPC client and server. From http://jsonrpcphp.org

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages