PHPackages                             pear/xml\_rpc2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. pear/xml\_rpc2

AbandonedArchivedLibrary[API Development](/categories/api)

pear/xml\_rpc2
==============

More info available on: http://pear.php.net/package/XML\_RPC2

1.1.5(3y ago)979.8k—2.6%224LGPL-2.1PHPPHP &gt;=5.2.0

Since Mar 30Pushed 3mo ago11 watchersCompare

[ Source](https://github.com/pear/XML_RPC2)[ Packagist](https://packagist.org/packages/pear/xml_rpc2)[ RSS](/packages/pear-xml-rpc2/feed)WikiDiscussions trunk Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (5)Used By (4)

PEAR XML\_RPC2
==============

[](#pear-xml_rpc2)

XML\_RPC2 is a pear package providing XML\_RPC client and server services. XML-RPC is a simple remote procedure call protocol built using HTTP as transport and XML as encoding. As a client library, XML\_RPC2 is capable of creating a proxy class which exposes the methods exported by the server. As a server library, XML\_RPC2 is capable of exposing methods from a class or object instance, seamlessly exporting local methods as remotely callable procedures.

Basic Usage
-----------

[](#basic-usage)

```
