Download the PHP package greenfieldtech-nirs/ixr-xmlrpc without Composer
On this page you can find all versions of the php package greenfieldtech-nirs/ixr-xmlrpc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download greenfieldtech-nirs/ixr-xmlrpc
More information about greenfieldtech-nirs/ixr-xmlrpc
Files in greenfieldtech-nirs/ixr-xmlrpc
Package ixr-xmlrpc
Short Description The Incutio IXR XML-RPC Library
License BSD
Homepage https://github.com/greenfieldtech-nirs/ixr-xmlrpc
Informations about the package ixr-xmlrpc
ixr-xmlrpc
The Incutio XML-RPC library (IXR) is designed primarily for ease of use. It incorporates both client and server classes, and is designed to hide as much of the workings of XML-RPC from the user as possible. A key feature of the library is automatic type conversion from PHP types to XML-RPC types and vice versa. This should enable developers to write web services with very little knowledge of the underlying XML-RPC standard.
Don't however be fooled by it's simple surface. The library includes a wide variety of additional XML-RPC specifications and has all of the features required for serious web service implementations.
Features
-
A complete implementation of the XML-RPC specification
-
Written for PHP 4 in strict error reporting mode - no warnings or notices
-
Basic classes are designed to be usable in as little code as possible
-
Advanced classes extend the basic classes and provide additional features
-
Can be used with both Object Orientated and functional programming styles
-
Type conversions (PHP to XML-RPC and back again) are handled transparently
-
Built in support for system.getCapabilities
-
Built in support for system.listMethods
-
system.methodSignature and system.methodHelp are supported in an extension class
-
system.multicall is implemented in both the server and extended client classes
- Follows the Specification for Fault Code Interoperability
Composer Install
-
Download the
composer.phar
executable or use the installer. - Add the following to your composer.json file:
So now, your composer.json should resemble the following:
- Now, add the autoload to your PHP scripts and you are ready to go
Credits
The following people had contributed to the creation of this Composer package:
- Nir Simionovich, http://www.simionovich.com
The original creators of the IXR XML-RPC Library are:
-
Sebastian Berm
-
Jason Stirk
- Simon Willison