PHPackages                             lxrootard/jeedom-tools - 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. lxrootard/jeedom-tools

ActiveLibrary

lxrootard/jeedom-tools
======================

Jeedom tools

v0.1(1mo ago)02↑2900%MITPHP

Since Mar 29Pushed 1mo agoCompare

[ Source](https://github.com/lxrootard/jeedomtools)[ Packagist](https://packagist.org/packages/lxrootard/jeedom-tools)[ RSS](/packages/lxrootard-jeedom-tools/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

jeedom-tools
============

[](#jeedom-tools)

Tools and helper classes for Jeedom plugin development

[![Logo Jeedom](./images/jeedom.png)](./images/jeedom.png)

MQTTClient deamon class
-----------------------

[](#mqttclient-deamon-class)

Sample MQTTClient usage in your plugin class:

```
use jeedomtools\MQTTClient as myMQTTClient;
$deamon = new myMQTTClient(__CLASS__);
$mqttSettings = '{"host":"192.168.1.1","port":"1883","user":"jeedom","passwd":"xxx","socket_port":"55555","cbclass":"jeeCallback"}'
$deamon->start ($mqttSettings);
$deamon->send ('addTopic', 'mytopic');
deamon->send ('publish', '{"key" : "value"}');
$deamon->stop();

```

jeeCallback handler:

```
$results = json_decode(file_get_contents("php://input"), true);
if (is_array($results)) {
    foreach ($results as $key => $value)
            myplugin::handleMessage(array($key => $value));
}

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance90

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 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

46d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d902338e67330cde0d29238516a1f574dcf0f6d4cf6a7a567c44f929851104ea?d=identicon)[lxrootard](/maintainers/lxrootard)

---

Top Contributors

[![lxrootard](https://avatars.githubusercontent.com/u/113383964?v=4)](https://github.com/lxrootard "lxrootard (1 commits)")

### Embed Badge

![Health badge](/badges/lxrootard-jeedom-tools/health.svg)

```
[![Health](https://phpackages.com/badges/lxrootard-jeedom-tools/health.svg)](https://phpackages.com/packages/lxrootard-jeedom-tools)
```

PHPackages © 2026

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