Skip to content

mgdm/Mosquitto-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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