2017 © Pedro Peláez
 

library php-simplexmlrpc

Simple XMLRPC client library for PHP

image

netzkolchose/php-simplexmlrpc

Simple XMLRPC client library for PHP

  • Thursday, July 5, 2018
  • by j.breitbart
  • Repository
  • 3 Watchers
  • 2 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Build Status Coverage Status, (*1)

Simple XMLRPC client library for PHP., (*2)

Supports:, (*3)

  • HTTP, HTTPS and HTTP+UNIX (HTTP over unix domain sockets)
  • Basic Auth
  • multicall

Example:, (*4)

$server = new \SimpleXmlRpc\ServerProxy("https://example.com:443/xmlprc");
$server->system->listMethods();
$server->some_method($arg1, $arg2);
$server->some->very->deep->method();

Multicall example:, (*5)

$server = new \SimpleXmlRpc\ServerProxy("https://example.com:443/xmlprc");
$multicall = new \SimpleXmlRpc\Multicall($server);
$multicall->system->listMethods();
$multicall->some_func();
$multicall->some_other_func($arg1, $arg2);
$result = $multicall();

The Versions

05/07 2018

dev-master

9999999-dev

Simple XMLRPC client library for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-xmlrpc *

 

The Development Requires

by Joerg Breitbart

client xmlrpc

17/04 2018

v0.0.3

0.0.3.0

Simple XMLRPC client library for PHP 5.4

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Joerg Breitbart

client xmlrpc

28/11 2015

v0.0.2

0.0.2.0 https://github.com/Seldaek/monolog

Simple XMLRPC client library for PHP 5.4

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Joerg Breitbart

client xmlrpc

28/11 2015

v0.0.1

0.0.1.0 https://github.com/Seldaek/monolog

Simple XMLRPC client library for PHP 5.4

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Joerg Breitbart

client xmlrpc