 |
|
Innovation award
 Nominee: 1x |
This package implements a lightweight remote procedure call server and client for calling functions in a distinct server also running a PHP script.
It can be used for invoking distributed services running on different Web servers running PHP.
The PHP RPC client takes function call arguments and marshalls to a PHP RPC server using HTTP POST method.
The server executes the function that was invoked and returns the results to the client as part of the server script response.