Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

zendframework/zend-xmlrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bfd5e93 · Jan 20, 2020
Dec 20, 2019
Dec 27, 2019
Dec 27, 2019
Apr 21, 2016
Apr 12, 2018
Apr 12, 2018
Dec 15, 2018
Dec 27, 2019
Oct 19, 2019
Jan 20, 2020
Dec 27, 2019
Dec 27, 2019
Oct 19, 2019
Jan 25, 2018
Apr 12, 2018

zend-xmlrpc

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.