PHPXMLRPC (original) (raw)

Table of Contents

Namespaces

Exception

Helper

Traits

Classes

Autoloader

In the unlikely event that you are not using Composer to manage class autoloading, here's an autoloader for this lib.

Client

Used to represent a client of an XML-RPC server.

Encoder

A helper class to easily convert between Value objects and php native values.

Exception

PhpXmlRpc

Manages global configuration for operation of the library.

Request

This class provides the representation of a request to an XML-RPC server.

Response

This class provides the representation of the response of an XML-RPC server.

Server

Allows effortless implementation of XML-RPC servers

Value

This class enables the creation of values for XML-RPC, by encapsulating plain php values.

Wrapper

PHPXMLRPC "wrapper" class - generate stubs to transparently access xml-rpc methods as php functions and vice-versa.