PHP Classes

PHP RPC Lite: Simple RPC client and server based only on PHP

Recommend this page to a friend!
  Info   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 60%Total: 2,881 All time: 1,304 This week: 119Up
Version License Categories
phprpc 1.0.0FreewareNetworking, HTTP, Web services
Description 

Author

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.

Innovation Award
PHP Programming Innovation award nominee
February 2005
Number 4
Sometimes complex applications require several servers to run many operations in parallel, on which some servers provide services to others, establishing what is known as Services Oriented Architecture (SOA).

This class provides simple means to implement a distributed services infrastructure, on which clients and servers consist only of PHP scripts running on common Web servers, thus without the need to resort to complex protocols or an hard to deploy infrastructure.

Manuel Lemos
Picture of Gregory
Name: Gregory <contact>
Classes: 9 packages by
Country: Russian Federation Russian Federation
Age: 48
All time rank: 1215 in Russian Federation Russian Federation
Week rank: 312 Down13 in Russian Federation Russian Federation Down
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files  
File Role Description
Files folder imagelib (2 files)
Accessible without login Plain text file client.php Example Client example
Accessible without login Plain text file rpcfunc.php Example Functions, that called remotely (for server only)
Accessible without login Plain text file server.php Example Server example

  Files folder image Files  /  lib  
File Role Description
  Plain text file class.client.inc Class Client class
  Plain text file class.server.inc Class Server class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,881
This week:0
All time:1,304
This week:119Up
User Ratings User Comments (1)
 All time
Utility:88%StarStarStarStarStar
Consistency:82%StarStarStarStarStar
Documentation:-
Examples:84%StarStarStarStarStar
Tests:-
Videos:-
Overall:60%StarStarStarStar
Rank:1094
 
Excellent
14 years ago (kishore kumar)
70%StarStarStarStar