PHPackages                             greenfieldtech-nirs/ixr-xmlrpc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. greenfieldtech-nirs/ixr-xmlrpc

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

greenfieldtech-nirs/ixr-xmlrpc
==============================

The Incutio IXR XML-RPC Library

1.7.1.1(12y ago)06252[1 issues](https://github.com/greenfieldtech-nirs/ixr-xmlrpc/issues)BSDPHP &gt;=5.1.0

Since Mar 13Pushed 11y ago1 watchersCompare

[ Source](https://github.com/greenfieldtech-nirs/ixr-xmlrpc)[ Packagist](https://packagist.org/packages/greenfieldtech-nirs/ixr-xmlrpc)[ Docs](https://github.com/greenfieldtech-nirs/ixr-xmlrpc)[ RSS](/packages/greenfieldtech-nirs-ixr-xmlrpc/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

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
========

[](#features)

1. A complete implementation of the XML-RPC specification
2. Written for PHP 4 in strict error reporting mode - no warnings or notices
3. Basic classes are designed to be usable in as little code as possible
4. Advanced classes extend the basic classes and provide additional features
5. Can be used with both Object Orientated and functional programming styles
6. Type conversions (PHP to XML-RPC and back again) are handled transparently
7. Built in support for system.getCapabilities
8. Built in support for system.listMethods
9. system.methodSignature and system.methodHelp are supported in an extension class
10. system.multicall is implemented in both the server and extended client classes
11. Follows the Specification for Fault Code Interoperability

Composer Install
================

[](#composer-install)

1. Download the [`composer.phar`](https://getcomposer.org/composer.phar) executable or use the installer.

    ```
    $ curl -sS https://getcomposer.org/installer | php
    $ cp composer.phar /usr/local/bin/composer
    $ chmod +x /usr/local/bin/composer
    ```
2. Add the following to your composer.json file:

```
        "greenfieldtech-nirs/ixr-xmlrpc": "dev-master"

```

So now, your composer.json should resemble the following:

```
{
    .
    .
    .
    "require":{
        "php":">=5.1.0",
        .
        .
        .
        "greenfieldtech-nirs/ixr-xmlrpc": "dev-master"
    },
    .
    .
}

```

3. Now, add the autoload to your PHP scripts and you are ready to go

```
require 'vendor/autoload.php';

```

Credits
=======

[](#credits)

The following people had contributed to the creation of this Composer package:

- Nir Simionovich,

The original creators of the IXR XML-RPC Library are:

- Sebastian Berm
- Jason Stirk
- Simon Willison

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4445d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab299d3530422a7145e029b69c33fc162b95b9c78d91b5602fd36e310f0e87ea?d=identicon)[greenfieldtech-nirs](/maintainers/greenfieldtech-nirs)

---

Top Contributors

[![greenfieldtech-nirs](https://avatars.githubusercontent.com/u/5158764?v=4)](https://github.com/greenfieldtech-nirs "greenfieldtech-nirs (3 commits)")

---

Tags

xml-rpcxmlrpc

### Embed Badge

![Health badge](/badges/greenfieldtech-nirs-ixr-xmlrpc/health.svg)

```
[![Health](https://phpackages.com/badges/greenfieldtech-nirs-ixr-xmlrpc/health.svg)](https://phpackages.com/packages/greenfieldtech-nirs-ixr-xmlrpc)
```

###  Alternatives

[phpxmlrpc/phpxmlrpc

A php library for building xmlrpc clients and servers

2414.9M45](/packages/phpxmlrpc-phpxmlrpc)[phpxmlrpc/polyfill-xmlrpc

A pure-php reimplementation of the API exposed by the native XML-RPC extension

12369.8k2](/packages/phpxmlrpc-polyfill-xmlrpc)[tbondois/odoo-ripcord

Ripoo : a PHP8 XML-RPC client handler for Odoo External API

16124.3k1](/packages/tbondois-odoo-ripcord)[monitorbacklinks/yii2-wordpress

Yii2 component for integration with Wordpress CMS via XML-RPC API

3326.9k](/packages/monitorbacklinks-yii2-wordpress)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
