Download the PHP package jeeinn/php-stomp-frame without Composer
On this page you can find all versions of the php package jeeinn/php-stomp-frame. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jeeinn/php-stomp-frame
More information about jeeinn/php-stomp-frame
Files in jeeinn/php-stomp-frame
Download jeeinn/php-stomp-frame
More information about jeeinn/php-stomp-frame
Files in jeeinn/php-stomp-frame
Vendor jeeinn
Package php-stomp-frame
Short Description just stomp frame generate and parse
License MIT
Package php-stomp-frame
Short Description just stomp frame generate and parse
License MIT
Please rate this library. Is it a good library?
Informations about the package php-stomp-frame
php-stomp-frame
just stomp frame generate and parse
stomp frame
can be used for tcp、tls、wss
stomp
协议帧,可以用于 tcp、tls、wss等协议
Referer: http://stomp.github.io/stomp-specification-1.2.html#Frames_and_Headers
Cases
composer require jeeinn/php-stomp-frame
Frame
Parser
Over ws(s)://
base on websocket, example:
composer require textalk/websocket
if you get empty content, please refer to: https://github.com/jeeinn/php-stomp-frame/issues/1#issuecomment-1387311240
Use tcp or ssl
Referer: https://github.com/stomp-php/stomp-php
Todo
- [x] CONNECT
- [x] SEND
- [x] SUBSCRIBE
- [x] UNSUBSCRIBE
- [x] BEGIN
- [x] COMMIT
- [x] ABORT
- [x] ACK
- [x] NACK
- [x] DISCONNECT
All versions of php-stomp-frame with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
ext-json Version *
ext-json Version *
The package jeeinn/php-stomp-frame contains the following files
Loading the files please wait ....