You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/www/posts/2010/09/mqtt-with-php.md

24 lines
786 B
Markdown

<!--
.. title: MQTT with PHP
.. slug: mqtt-with-php
.. date: 2010-09-09 10:00:59
.. tags: Solutions
.. category:
.. link:
.. description:
.. type: text
-->
Using MQTT in PHP has been possible for a long time using the [Simple
Asynchronous Messaging] MQTT class. Unfortunately this is an imperfect solution
due to unclear licensing, some slightly dubious design decisions and bugs.
Thankfully, [Andrew Milstead] has started creating an alternative
implementation. It is MIT licensed and available on [github]. It's very new, so
if you have problems check back to see if there have been updates and then let
Andrew know.
[Simple Asynchronous Messaging]: http://project-sam.awardspace.com/
[Andrew Milstead]: http://twitter.com/bluerhinos
[github]: http://github.com/bluerhinos/phpMQTT