Login   Register  
PHP Classes
elePHPant
Icontem

PHP RPC Lite

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gregory  >  PHP RPC Lite  >  Download .tar.gz .zip  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHP RPC Lite
Base name: phprpc
Description: Simple RPC client and server based only on PHP
Related classes: , , , , , , ,
Version: -
PHP version: -
License: Freeware
All time users: 2704 users
All time rank: 1170
Week users: 1 user
Week rank: 2417
 

  Author  
Picture of Gregory
Name: Gregory <e-mail contact>
Packages: 9 Browse all classes by Gregory Browse all classes by
Country: Russian Federation Russian Federation - PHP jobs in Russian Federation
Age: 36
All time rank: 1184 in Russian Federation Russian Federation
Week rank: 175 Down6 in Russian Federation Russian Federation Down
Innovation award
Innovation award
Nominee: 1x


  Detailed description  
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.

  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image Networking Networking protocols, clients and servers View top rated classes
Group folder image HTTP HTTP protocol clients, headers and cookies View top rated classes
Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes


  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

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Good (90.9%)
Good (84.1%)
-
Good (86.4%)
-
-
Sufficient (62.5%)
632
Month:
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Files folder imagelib (2 files)
Plain text file client.php Example Client example
Plain text file rpcfunc.php Example Functions, that called remotely (for server only)
Plain text file server.php Example Server example

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

Download all files: phprpc.tar.gz phprpc.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.