PHPackages                             netzkolchose/php-simplexmlrpc - 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. netzkolchose/php-simplexmlrpc

ActiveLibrary

netzkolchose/php-simplexmlrpc
=============================

Simple XMLRPC client library for PHP

v0.0.3(8y ago)25301[2 issues](https://github.com/netzkolchose/php-simplexmlrpc/issues)MITPHPPHP &gt;=5.4.0

Since Nov 28Pushed 7y ago3 watchersCompare

[ Source](https://github.com/netzkolchose/php-simplexmlrpc)[ Packagist](https://packagist.org/packages/netzkolchose/php-simplexmlrpc)[ RSS](/packages/netzkolchose-php-simplexmlrpc/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

[![Build Status](https://camo.githubusercontent.com/fe8a56431535beada1398c46c3823a6bdd40753b901f26937bcffee53c7e42d0/68747470733a2f2f7472617669732d63692e6f72672f6e65747a6b6f6c63686f73652f7068702d73696d706c65786d6c7270632e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/netzkolchose/php-simplexmlrpc)[![Coverage Status](https://camo.githubusercontent.com/44f455108a0281b129ee5e9600ab04f2c8d82f7634378fbf88cd6c1dddc3d168/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6e65747a6b6f6c63686f73652f7068702d73696d706c65786d6c7270632f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/netzkolchose/php-simplexmlrpc?branch=master)

Simple XMLRPC client library for PHP.

Supports:

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

Example:

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

Multicall example:

```
$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();
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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

Every ~436 days

Total

3

Last Release

2944d ago

PHP version history (2 changes)v0.0.1PHP &gt;=5.3.0

v0.0.2PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/fdcba8fa5c9c8a197d10a5b78529af9517a01e469a20aac2d5ac85a50dd520eb?d=identicon)[j.breitbart](/maintainers/j.breitbart)

---

Top Contributors

[![jerch](https://avatars.githubusercontent.com/u/6193135?v=4)](https://github.com/jerch "jerch (36 commits)")[![KamilBalwierz](https://avatars.githubusercontent.com/u/2470799?v=4)](https://github.com/KamilBalwierz "KamilBalwierz (3 commits)")

---

Tags

clientxmlrpc

### Embed Badge

![Health badge](/badges/netzkolchose-php-simplexmlrpc/health.svg)

```
[![Health](https://phpackages.com/badges/netzkolchose-php-simplexmlrpc/health.svg)](https://phpackages.com/packages/netzkolchose-php-simplexmlrpc)
```

###  Alternatives

[guzzlehttp/guzzle

Guzzle is a PHP HTTP client library

23.4k991.0M31.0k](/packages/guzzlehttp-guzzle)[elasticsearch/elasticsearch

PHP Client for Elasticsearch

5.3k178.3M940](/packages/elasticsearch-elasticsearch)[php-http/httplug

HTTPlug, the HTTP client abstraction for PHP

2.6k307.6M680](/packages/php-http-httplug)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[ruflin/elastica

Elasticsearch Client

2.3k50.4M202](/packages/ruflin-elastica)

PHPackages © 2026

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