HTTP: PHP RPC Lite
Gregory (contact me)
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.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (94.4%)
| Good (86.1%)
| -
| Good (88.9%)
| -
| -
| Sufficient (64.7%)
| 373 |
Click here for detailed information about this class on phpclasses.org