Solace PubSub+ and PHP
nram
Member, Employee Posts: 80 Solace Employee
Friends, If you are looking to emit/consume Solace PubSub+ events from PHP, please checkout the following links. You will find wrapper/connector ideas, reference implementation and sample Publisher/Subscribe PHP code.
- Solace PHP MQTT Samples: This github repo has PHP samples to access Solace with Mosquitto MQTT API using Mosquitto-PHP extension.
- Solace PHP SMF Extension : This is a reference PHP extension providing C bindings to Solace. Using the PHP-CPP framework, this extension enables PHP scripts to call Solace APIs natively with SMF (Solace message format) protocol with underlying CCSMP libraries.
Hope you find them useful.
8