2017 © Pedro Peláez
 

library xmlrpc

A php library for building xmrpc clients and servers

image

phpxmlrpc/xmlrpc

A php library for building xmrpc clients and servers

  • Friday, November 17, 2017
  • by gggeek
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

XMLRPC-NG for PHP

A php library for building xmlrpc clients and servers., (*1)

This is the grand-son of the venerable PHP-XMLRPC library., (*2)

It is designed for the modern world, while retaining the same feature set an API "similar" to the original one. Specifically, it: - is based on PSR-7 and HTTPlug for handling the HTTP communication; - uses immutable objects for the Client, Request and Response; - has a modular design that allows sister libraries to be used not only for JSONRPC calls, but for SOAP as well as other protocols; - is only installable via Composer. - The visual Debugger has also been split off into a separate package, to avoid having installed it on Production environments if not required, (*3)

The plan for the next major version of the PHP-XMLRPC library is to be rebase it as a compatibility shim on top of this package., (*4)

License

Use of this software is subject to the terms in the license.txt file, (*5)

The Versions

17/11 2017

dev-master

9999999-dev http://gggeek.github.io/phpxmlrpc-xmlrpc/

A php library for building xmrpc clients and servers

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0
  • ext-xml *
  • phpxmlrpc/core dev-master

 

The Development Requires

webservices xmlrpc