zendframework/zend-xmlrpc

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-xmlrpc package instead.

Fully-featured XML-RPC server and client implementations

Installs: 4 766 724

Dependents: 38

Suggesters: 6

Security: 1

Stars: 15

Watchers: 17

Forks: 19

Open Issues: 3

pkg:composer/zendframework/zend-xmlrpc


README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-xmlrpc.

Build Status Coverage Status

From its home page, XML-RPC is described as a ”...remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned.”

Zend\XmlRpc provides support for both consuming remote XML-RPC services and building new XML-RPC servers.