Recommend this page to a friend! |
Download .zip |
Info | View files (15) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2011-02-23 (5 years ago) | Not enough user ratings | Total: 529 | All time: 5,371 This week: 980 |
Version | License | PHP version | Categories | |||
rpc-api-framework 1.0 | GNU General Publi... | 4.0 | PHP 5, Libraries, Web services |
Description | Author | ||||||||||||||||
This package can be used to implement RPC servers for different formats. Innovation Award
|
|
Files | / | lib |
File | Role | Description | ||
---|---|---|---|---|
core (2 files) | ||||
requests (1 file) | ||||
Requests (1 file) | ||||
results (2 files) | ||||
RPCEngine.class.php | Class | This is the driving class for all calls to remote procedures. | ||
RPCHandler.class.php | Class | This is the base class which all other classes wishing to implement remote procedures should inhert from. | ||
RPCHandlerRegistrant.class.php | Class | A data structure class which facilitates the registering of procedures to a namespace. | ||
RPCProcedure.class.php | Class | This is a container class for the actual procedure. It allows adding various bits of meta-data to the procedure for further processing. | ||
RPCRequest.class.php | Class | A normalized data structure for RPC requests. | ||
RPCResult.class.php | Class | Base class for all RPC result types. |
Files | / | lib | / | core |
File | Role | Description |
---|---|---|
Exception.class.php | Class | Custom Exception base class. |
Query.class.php | Class | Helper class for accessing request data. |
Files | / | lib | / | requests |
File | Role | Description |
---|---|---|
JSONRPCRequest.class.php | Class | Processes and turns raw JSON into a JSONRPCRequest |
Files | / | lib | / | results |
File | Role | Description |
---|---|---|
JSONRPCResults.class.php | Class | Turns an RPC Result into JSON |
XMLRPCResults.class.php | Class | Translates an RPC result in to XML |
Files | / | rpc |
File | Role | Description |
---|---|---|
ExampleRPCHandler.class.php | Class | Sample RPC Handler |
HelpRPCHandler.class.php | Class | Help RPC Handler |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.