PHPackages                             silverorange/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. silverorange/xml\_rpc2

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

silverorange/xml\_rpc2
======================

Fork of PEAR's XML\_RPC2 package. Packaged for composer and working in PHP 7.

2.0.5(10mo ago)122↑2763.6%4LGPL-2.1PHPPHP &gt;=8.2

Since Oct 20Pushed today13 watchersCompare

[ Source](https://github.com/silverorange/XML_RPC2)[ Packagist](https://packagist.org/packages/silverorange/xml_rpc2)[ RSS](/packages/silverorange-xml-rpc2/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (9)Versions (7)Used By (0)

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

[](#xml_rpc2)

XML\_RPC2 is a 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 the 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.

This fork maintained by silverorange updates the package for PHP 7 and composer compatibility.

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

[](#basic-usage)

```
