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
0.3.0
14 years ago
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 0.3.0 change log


* new stomp_connect_error() function (pierrick)
* stomp_begin, stomp_abort and stomp_commit now accept additional headers (pierrick)
* new connection timeout and read timeout ini configuration (pierrick)
* Fix a memory leak in stomp_read_line (pierrick)
* Better set of test (Pierrick and Anis)

requires:

  • php >=5.2.10
  • pearinstaller >=1.4.0

suggests:

  • openssl