An Alternative PHP/XML-RPC Implementation: XML-RPC for PHP

Before XML-RPC support appeared in PHP, Edd Dumbill’s XML-RPC implementation was the only real choice for PHP developers working with the protocol. Powerful, flexible, and easy to use, this XML-RPC implementation provides developers with a full-featured alternative to the XML-RPC-EPI extension that first shipped with PHP 4.1.0. Released under the BSD license, it can be downloaded from http://phpxmlrpc.sourceforge.net/.

Completely object-oriented in nature, Edd Dumbill’s implementation begins with the construction of a fundamental unit: an XML-RPC value, or xmlrpcval, object. This object is then used as the basis for other more complex objects: an XML-RPC request, or xmlrpcmsg, object; ...

Get XML and PHP now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.