Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php/pecl-tools-stomp
Stomp Client Extension
https://github.com/php/pecl-tools-stomp
Last synced: about 1 month 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T09:00:26.000Z (over 2 years ago)
- Last Synced: 2024-04-13T21:53:31.297Z (7 months ago)
- Language: C
- Size: 185 KB
- Stars: 20
- Watchers: 9
- 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/)