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
Maintainers
2.9.0
2019-12-27 23:35 UTC
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-http: ^2.5.4
- zendframework/zend-math: ^2.7 || ^3.0
- zendframework/zend-server: ^2.7
- zendframework/zend-stdlib: ^3.2.1
- zendframework/zendxml: ^1.0.2
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.2
- zendframework/zend-coding-standard: ~1.0.0
Suggests
- zendframework/zend-cache: To support Zend\XmlRpc\Server\Cache usage
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 9765e67d957d5c929d25e5870c51ad93ea806f49
This package is auto-updated.
Last update: 2020-04-28 14:07:19 UTC
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.
- File issues at https://github.com/zendframework/zend-xmlrpc/issues
- Documentation is at https://docs.zendframework.com/zend-xmlrpc/
