devedge / xmlrpc-client
A PHP Library to use XML-RPC servers
0.2.0
2014-11-01 23:42 UTC
Requires
- devedge/stubs: 1.0.*
- devedge/xmlrpc-common: ~0.2
- guzzlehttp/guzzle: ~5.0
- psr/cache: 1.0.0
- psr/log: 1.0.0
Requires (Dev)
- phpunit/phpunit: ~4.2
This package is auto-updated.
Last update: 2024-10-26 03:30:31 UTC
README
A library to provide services through xml-rpc
License
MIT Style, see LICENSE.txt
Notes
currently this requires the current Psr DRAFT for a caching standard, this is supposed to be replaced by using the interface provided once php-fig has released the real standard. Until then this package will depend on devedge/stubs, which includes a copy of the psr interface as well as a null implementation of that and psr/log.