Download the PHP package do-while/contao-mqtt-bundle without Composer

On this page you can find all versions of the php package do-while/contao-mqtt-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package contao-mqtt-bundle

Contao MQTT Bundle

InsertTags für MQTT-Topics

Die Erweiterung verhält sich als MQTT-Client und unterstützt MQTT-Publish und MQTT-Subscribe für einzelne Topics

Die zu lesenden Daten müssen im MQTT-Broker als "Retained Message" vorliegen, damit der Broker sofort beim Subscribe den letzten Wert "Last known good" senden kann. Die Sensoren, die den Wert zum Broker publishen, müssen dazu "retain" setzen (ist meist einstellbar).

Publish

{{sendmqtt::topic::value}}
Einen Wert oder String an den MQTT-Broker published. Der Topic kann mehrstufig mit / getrennt sein.

Beispiel: {{sendmqtt::foo/bar::5}} setzt den Topic "Contao/domain.tld/foo/bar" auf den Wert 5

Subscribe

{{mqtt::topic::JSON-Variable}}
Ruft den Wert des angegebenen Topic vom Broker ab. Der Topic kann mehrstufig mit / getrennt sein. Teilweise findet man in dem Topic einen String im JSON-Format. Mit der JSON-Variable (optional) kann ein Wert aus einem Rückgabe-Array herausgelöst werden.

Beispiel: {{mqtt::Tasmota/Abstand/tele/SENSOR::SR04/Distance}} ruft den Topic "Tasmota/Abstand/tele/SENSOR" ab. Das Ergebnis ist ein Array mit mehreren Werten, daraus soll dann die Distance ausgelesen werden: arrErgebnis['SR04']['Distance']
 


Installation


Installieren Sie die Erweiterung einfach mit dem Contao Manager oder auf der Kommandozeile mit dem Composer:

Zugangsdaten zum MQTT-Broker eintragen

Die Zugangsdaten für den MQTT-Broker werden in der Datei config/config.yml eingetragen:

Einrücken jeweils mit 4 Leerzeichen, wenn die Struktur bereits vorhanden ist, können die neuen Einträge einfach ergänzt werden. Nach dem Speichern unbedingt den Symfony-Cache neu aufbauen!
 


Version


Support

Softleister - Hagen Klemp, [email protected]


Stand: 2023-04-24


All versions of contao-mqtt-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
contao/core-bundle Version ~4.13,<5.0
php-mqtt/client Version ^1.7
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package do-while/contao-mqtt-bundle contains the following files

Loading the files please wait ....