aboutsummaryrefslogtreecommitdiff
path: root/net/pear-XML_RPC2/pkg-descr
blob: 52aa779cced933db38d117efb8d7b8c8cbc7a4f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.

WWW: https://pear.php.net/package/XML_RPC2