Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 326 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 326 Bytes

Mosquitto-PHP

This is an extension to allow using the Mosquitto MQTT library with PHP. See the examples/ directory for usage.

Requirements

  • PHP 5.4+ (I'll probably fix it for 5.3 shortly)
  • libmosquitto 1.2.1 (this is the only version I have tested)

To do

  • ZTS support
  • Arginfo
  • Tests