stomp

pecl install stomp

Stomp client extension

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

Maintainer

  • Pierrick Charron (lead )
  • Gennady Feldman (lead )
  • Xinchen Hui (lead )
  • Remi Collet (lead )

Details

Stars: 20
Issue openned: 2
Downloads: 952217
1.0.9
8 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 5.6
Loading...
PHP 5.5
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 5.6
Loading...
PHP 5.5
Loading...
PHP 5.4
Loading...
PHP 5.3
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.0.9 change log


- 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)

requires:

  • php >=5.2.2
  • pearinstaller >=1.4.0

suggests:

  • openssl