PHPackages                             meteo-concept/react-mqtt-bundle - 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. meteo-concept/react-mqtt-bundle

ActiveSymfony-bundle

meteo-concept/react-mqtt-bundle
===============================

MQTT client built with React packaged as a Symfony 5+ bundle

v1.0.1(1y ago)063LGPL-3.0-or-laterPHPPHP ^7.4|^8.0

Since Sep 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Meteo-Concept/react-mqtt-bundle)[ Packagist](https://packagist.org/packages/meteo-concept/react-mqtt-bundle)[ RSS](/packages/meteo-concept-react-mqtt-bundle/feed)WikiDiscussions master Synced 2d ago

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

Description
===========

[](#description)

This bundle brings a MQTT client class for use in your Symfony 5+ apps. It's built with [React](https://reactphp.org). This bundle is mainly based on a project by [alexmorbo](https://github.com/alexmorbo/react-mqtt), itself based on an earlier library by [oliverlorenz](https://github.com/oliverlorenz/phpMqttClient). Many thanks to them.

This project is licensed under the GNU Lesser General Public Licence (LGPL), version 3 or later, of the Free Software Foundation. See [the license text](LICENSE.md) for details.

**NOT SUITABLE for general purpose YET! Consider yourself warned.**

TODO:

- finish the QoS workflows
- finish the tests
- add a Travis configuration
- ...

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require meteo-concept/react-mqtt-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require meteo-concept/react-mqtt-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    MeteoConcept\ReactMqttBundle\MeteoConceptReactMqttBundle::class => ['all' => true],
];
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Every ~540 days

Total

3

Last Release

616d ago

Major Versions

v0.1 → v1.0.02021-09-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/4bb39081145e058f55e9375d29d0c5c126bf806e0fa2dd5728c267fc24142c2f?d=identicon)[lgeorget](/maintainers/lgeorget)

---

Top Contributors

[![lgeorget](https://avatars.githubusercontent.com/u/4492093?v=4)](https://github.com/lgeorget "lgeorget (12 commits)")

---

Tags

symfonyiotmqtt

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/meteo-concept-react-mqtt-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/meteo-concept-react-mqtt-bundle/health.svg)](https://phpackages.com/packages/meteo-concept-react-mqtt-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)[sensiolabs/gotenberg-bundle

A Symfony bundle that provides seamless integration with Gotenberg for generating PDFs and screenshots from various sources (HTML, Markdown, Office documents, URLs) with a clean, builder-based API.

210210.4k2](/packages/sensiolabs-gotenberg-bundle)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[webfactory/icu-translation-bundle

Enables ICU message formatting for translations in Symfony applications.

2761.8k](/packages/webfactory-icu-translation-bundle)[symfony/ai-mate

AI development assistant MCP server for Symfony projects

1624.9k11](/packages/symfony-ai-mate)

PHPackages © 2026

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