PHP JSON-RPC is a simple JSON-RPC client and server. It is currently in an alpha state, a stable version is expected soon. Word of warning, API will probably change soon as well :) Contributions are ...
This library contains a PHP implementation of JSON-RPC version 2. This libraray implements both a client and a server. Newer PHPs warn about creating dynamic properties on classes. If you add class ...
I'm frankly surprised by the amount of people coding backends and frontends that communicate through REST. RPC is a nearly transparent mechanism that makes communication between two processes nearly ...