PHPackages                             api-clients/supervisord - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. api-clients/supervisord

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

api-clients/supervisord
=======================

Async first Supervisord XML-RPC client

1.1.0(7y ago)163.5k3[2 PRs](https://github.com/php-api-clients/supervisord/pulls)MITPHPPHP ^7.0

Since Jan 29Pushed 2y ago2 watchersCompare

[ Source](https://github.com/php-api-clients/supervisord)[ Packagist](https://packagist.org/packages/api-clients/supervisord)[ RSS](/packages/api-clients-supervisord/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (12)Versions (6)Used By (0)

Supervisord HTTP API Client for PHP 7
=====================================

[](#supervisord-http-api-client-for-php-7)

[![Build Status](https://camo.githubusercontent.com/169347bd141afbd971b93d25fdd23106d51066867f96f72f25bb2380ce07b99d/68747470733a2f2f7472617669732d63692e6f72672f7068702d6170692d636c69656e74732f73757065727669736f72642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/php-api-clients/supervisord)[![Latest Stable Version](https://camo.githubusercontent.com/54c83783f30b76a8b616b697393e10e1d56dd905eb187bbaa189da8cde654fa7/68747470733a2f2f706f7365722e707567782e6f72672f6170692d636c69656e74732f73757065727669736f72642f762f737461626c652e706e67)](https://packagist.org/packages/api-clients/supervisord)[![Total Downloads](https://camo.githubusercontent.com/fa5bfe74d9c2c7943551d6e1e458c80476b953619dab333a82cded5bf9412756/68747470733a2f2f706f7365722e707567782e6f72672f6170692d636c69656e74732f73757065727669736f72642f646f776e6c6f6164732e706e67)](https://packagist.org/packages/api-clients/supervisord)[![Code Coverage](https://camo.githubusercontent.com/03f69c46c5c17ea43390a07681f299f473b73cbbec4f5ba2c8193875125b5bbf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7068702d6170692d636c69656e74732f73757065727669736f72642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/php-api-clients/supervisord/?branch=master)[![License](https://camo.githubusercontent.com/7fe8bbd1642876f9d8bcbfbfcbcf43e869013c3624b44d70a4f4cbf7f54ae468/68747470733a2f2f706f7365722e707567782e6f72672f6170692d636c69656e74732f73757065727669736f72642f6c6963656e73652e706e67)](https://packagist.org/packages/api-clients/supervisord)[![PHP 7 ready](https://camo.githubusercontent.com/b0c9ac2ecfb9acbe6a0beaf923834a7d906828eedfeabde91fb75ee53510bdb4/687474703a2f2f7068703772656164792e74696d6573706c696e7465722e63682f7068702d6170692d636c69656e74732f73757065727669736f72642f62616467652e737667)](https://travis-ci.org/php-api-clients/supervisord)

Install
=======

[](#install)

To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `^`.

```
composer require api-clients/supervisord

```

Usage
=====

[](#usage)

The client needs two things, an IP + port to connect to, and the ReactPHP event loop. Once you created the client you can call the `state` method to get supervisord's current state.

```
use ApiClients\Client\Supervisord\AsyncClient;
use ApiClients\Client\Supervisord\Resource\StateInterface;
use React\EventLoop\Factory;
use function ApiClients\Foundation\resource_pretty_print;

$loop = Factory::create();
$client = AsyncClient::create('127.0.0.1:9005', $loop); // My supvervisor runs at 127.0.0.1:9005 changes for your HTTP IP + port

$client->state()->done(function (StateInterface $state) {
    resource_pretty_print($state);
});

$loop->run();
```

For more examples check the [examples](examples) directory.

License
=======

[](#license)

The MIT License (MIT)

Copyright (c) 2017 Cees-Jan Kiewiet

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 63.2% 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 ~158 days

Total

2

Last Release

2864d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/147145?v=4)[Cees-Jan Kiewiet](/maintainers/WyriHaximus)[@WyriHaximus](https://github.com/WyriHaximus)

---

Top Contributors

[![WyriHaximus](https://avatars.githubusercontent.com/u/147145?v=4)](https://github.com/WyriHaximus "WyriHaximus (67 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (20 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (19 commits)")

---

Tags

api-clienthacktoberfestphp7pythonreactphpsupervisorsupervisordxmlxml-rpc

### Embed Badge

![Health badge](/badges/api-clients-supervisord/health.svg)

```
[![Health](https://phpackages.com/badges/api-clients-supervisord/health.svg)](https://phpackages.com/packages/api-clients-supervisord)
```

###  Alternatives

[mtdowling/jmespath.php

Declaratively specify how to extract elements from a JSON document

2.0k472.8M135](/packages/mtdowling-jmespathphp)[opis/closure

A library that can be used to serialize closures (anonymous functions) and arbitrary data.

2.6k230.0M284](/packages/opis-closure)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[michelf/php-markdown

PHP Markdown

3.5k52.4M345](/packages/michelf-php-markdown)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)

PHPackages © 2026

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