https://github.com/php/pecl-tools-stomp
Stomp Client Extension
https://github.com/php/pecl-tools-stomp
Last synced: 6 months ago
JSON representation
Stomp Client Extension
- Host: GitHub
- URL: https://github.com/php/pecl-tools-stomp
- Owner: php
- License: other
- Created: 2012-09-22T17:57:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-07-17T13:37:13.000Z (10 months ago)
- Last Synced: 2025-08-30T12:30:08.276Z (8 months ago)
- Language: C
- Size: 186 KB
- Stars: 20
- Watchers: 8
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
stomp
=====
This extension allows php applications to communicate with any Stomp compliant Message Broker(s) through easy object
oriented and procedural interfaces.
This extension currently implements STOMP 1.0 protocol: https://stomp.github.io/stomp-specification-1.0.html
[The stomp extension at the PECL Repository website](http://pecl.php.net/package/stomp)
Documentation
=============
For documentation of the functions that this extension provides can be found here: http://www.php.net/stomp
Contribute
==========
Your contributions and bugreports are highly appreciated. To contribute, fork and create a pull request. To report a
bug use the [PHP Bug Tracking System](https://bugs.php.net/)