mosquitto/www/posts/2010/09/mqtt-with-php.md

24 lines
786 B
Markdown
Raw Normal View History

2018-08-08 21:43:14 +00:00
<!--
.. 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