stomp

Stomp client extension


This extension allows php applications to communicate with any Stomp compliant Message Brokers through easy object oriented and procedural interfaces.

License: PHP License

Latest releases

Version Release Download
2.0.3 2022-05-31 stomp-2.0.3.tgz
2.0.2 2018-06-29 stomp-2.0.2.tgz
2.0.1 2017-05-04 stomp-2.0.1.tgz
2.0.0 2016-05-24 stomp-2.0.0.tgz
1.0.9 2016-01-04 stomp-1.0.9.tgz
Show all releases

Changelog

Version Message
2.0.3 - Fix compatibility with PHP 8
2.0.2 - Fix compatibility with PHP 7.3
- Fix -Wformat issues
2.0.1 - PHP7.1 Support
2.0.0 - PHP7 Support
1.0.9 - Adding .travis.yml to enable Travis CI test runner. (Gennady)
- Adding a basic README file. (Gennady)
- Check stomp connection status after _stomp_recv. (Gennady)
- Commenting out activemq.prefetchSize hardcoded header for SUBSCRIBE frame. (Gennady)
- Make login and passcode headers optional (if no creds provided). (Gennady)
- Fixing type cast warning, introduced a new int variable. (Gennady)
- Fixing stomp_writable() check so we can catch when connect failed. (Gennady)
Show complete changelog