PHP Classes
elePHPant
Icontem

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    
Last Updated Ratings Unique User Downloads Download Rankings
2005-02-07 (11 years ago) RSS 2.0 feedStarStarStarStar 63%Total: 2,869 All time: 1,263 This week: 963Up
Version License Categories
phprpc 1.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
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,869
This week:0
All time:1,263
This week:963Up
User Ratings User Comments (1)
 All time
Utility:91%StarStarStarStarStar
Consistency:85%StarStarStarStarStar
Documentation:-
Examples:87%StarStarStarStarStar
Tests:-
Videos:-
Overall:63%StarStarStarStar
Rank:880
 
Excellent
7 years ago (kishore kumar)
70%StarStarStarStar