登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
1月18日,北京,聊聊2025如何加入技术开发?
代码拉取完成,页面将自动刷新
开源项目
>
服务器应用
>
消息服务器/消息队列
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
31
Star
220
Fork
30
PHPMQTT
/
mqtt
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
最新版
v1.4.6
961ba56
2024-11-15 11:26
对比
v1.4.6
沈唁
## 更新内容 * Fix get MAXIMUM_PACKET_SIZE byte error (#106) * Limit GitHub Actions concurrent executions (#107) **完整的更新日志**: https://gitee.com/phpmqtt/mqtt/compare/v1.4.5...v1.4.6
最后提交信息为:
Fix get MAXIMUM_PACKET_SIZE byte error (#106)
v1.4.3
b892566
2022-01-14 13:02
对比
v1.4.3
沈唁
## What's Changed * Upgrade swoole version to 4.8.2 in github actions by @sy-records in https://github.com/simps/mqtt/pull/69 * Upgrade swoole version to 4.8.4 in github actions by @sy-records in https://github.com/simps/mqtt/pull/70 * Fix missing macos tests by @sy-records in https://github.com/simps/mqtt/pull/71 * Add Static Code Analysis by @sy-records in https://github.com/simps/mqtt/pull/72 * Update CI by @sy-records in https://github.com/simps/mqtt/pull/73 * Swoole master only supports PHP 8.x by @sy-records in https://github.com/simps/mqtt/pull/75 **Full Changelog**: https://github.com/simps/mqtt/compare/v1.4.2...v1.4.3
最后提交信息为:
Swoole master only supports PHP 8.x (#75)
v1.4.2
a6954d3
2021-11-10 16:47
对比
v1.4.2
沈唁
- 更新头部注释 - 添加 PHP8.1 的测试
最后提交信息为:
Add php81 test (#68)
v1.4.1
2170b88
2021-11-06 11:00
对比
v1.4.1
沈唁
- 添加调试工具 - 添加相关常量 - 添加 macOS 的 CI 测试
最后提交信息为:
Add handleVerbose (#65)
v1.4.0
5c5505a
2021-09-12 17:19
对比
v1.4.0 简化在单个端口上使用多个协议等级
沈唁
## 增加 - 添加 `getLevel` (#55) 用于简化在单个端口上使用多个协议等级的处理 具体使用可查看:https://mp.weixin.qq.com/s/aDOxSpKpenNb5Wi3uR6BMQ ![](https://cdn.jsdelivr.net/gh/sy-records/staticfile/images/202012/wechat_white.png)
最后提交信息为:
Add getLevel (#55)
v1.3.7
bbf8a11
2021-08-02 14:56
对比
v1.3.7
沈唁
- Fix UnSubAck missing setCodes/getCodes methods (61d5e09) (581959d1b527ae809e86be1268d24538583c36a7) (bbf8a11a40c8d920647cdb122e10eb6df2d7d30a)
最后提交信息为:
Format code
v1.3.6
541311f
2021-08-02 13:12
对比
v1.3.6
沈唁
- Add getClient method (88f36a4) - Upgraded friendsofphp/php-cs-fixer to ^3.0 (#54)
最后提交信息为:
Add getClient docs
v1.3.5
73ac7ac
2021-05-19 09:40
对比
v1.3.5
沈唁
* 添加 `handleException`,优化冗余代码 (2ca0c5a) * 优化SwooleConfig,默认设置 `open_mqtt_protocol` 选项 (#52)
最后提交信息为:
Optimize SwooleConfig to open open_mqtt_protocol by default (#52)
v1.3.4
4d4af74
2021-04-21 15:40
对比
v1.3.4
沈唁
* 添加 getTypes 和 getType (4d4af74)
最后提交信息为:
Add getTypes and getType
v1.3.3
0a62753
2021-03-29 10:54
对比
v1.3.3
沈唁
修复 --- - 修复在MQTT5中同时取消多个topic时unSubAck丢失原因代码的问题 (1506d6f) - 更新示例代码 (5a0bfef) - 更新MQTT5的 Unsubscribe 测试 (#46)
最后提交信息为:
Update Unsubscribe test for MQTT5 (#46)
v1.3.2
36f6a9d
2021-03-08 09:34
对比
v1.3.2
沈唁
### 增强 - 添加 toArray 方法 (b3fd28a) - 更新属性默认值 (9c63510) - 添加遗嘱消息 Message 类 (#45) - 添加 Auth Message 类 (36f6a9d) - 增加 DUP、SESSION_PRESENT 和 RETAIN 的常量 (fe5c418) - 优化 getProtocolLevel (a329202) - 增加 isMQTT5 测试和使用常量代替硬编码(b9d4365) ### 修复 - 修正 ReasonCode 中错字 (481994f5)
最后提交信息为:
Add Auth Message
v1.3.1
8f7fe30
2021-03-03 14:51
对比
v1.3.1
沈唁
增强 --- - 增加 isMQTT5 方法 (f27f85c) - 增加常量可见性 (#41) - 为 getContents 方法添加 getArray 参数来用于客户端回复对端 ACK (#42) - 添加 Message 测试 (8f7fe30) - 更新 Message 文档 (a41654b) - 更新 ProtocolException 并增加测试 (19a6bee) 修复 --- - 修复遗嘱消息的 topic 不能为空 (b56fda1)
最后提交信息为:
Add Message test
v1.3.0
bab2297
2021-02-24 11:00
对比
v1.3.0
沈唁
向下不兼容 --- - SUBACK的`payload`应该是返回码,修改键名`payload`为`codes` (9e72ce2) (283ff41) 增强 --- - 优化 Client recv (#38) (99a85bf) - 添加 CONNACK & PUBLISH & PINGRESP Message (700a6c9) - 添加 SubAck Message 和更新 getMessageId (09f6334) - 添加 DISCONNECT、PUBACK、PUBREC、PUBREL、UNSUBACK (20a78c7) - 修改 AbstractConfig (dff6283) - 添加 Message 使用示例 (58d5b4a) - 添加 getContents 方便在`__toString`中调用 (a7ba577) - 添加 Message 使用文档 (bab2297)
最后提交信息为:
Add Message docs
v1.2.3
25ba480
2021-02-19 13:53
对比
v1.2.3
沈唁
增强 --- - 优化 Packet Identifier (503b928) 修复 --- - 移除 ClientConfig 的默认值`null` (25ba480) 测试 --- - 添加 Base64 的测试 (#35) - 添加 QoS1 的示例代码 (edfad5c) - 更新示例代码 (17f6dbb) (5bf801e) (ff6ddd3) (c9e5be6)
最后提交信息为:
Remove the default value of ClientConfig
v1.2.2
f48f220
2021-01-29 14:30
对比
v1.2.2
沈唁
增强 --- - 增加 ConnectException (#34) - 更新 connect 示例代码 (c301789) 修复 --- - 修复重连时获取连接数据错误 (f48f220)
最后提交信息为:
Fix getConnectData data error when reconnect
v1.2.1
39c0a4d
2021-01-27 14:40
对比
v1.2.1
沈唁
增强 --- - 增加重连次数限制和优化重连延迟时间 (#32)
最后提交信息为:
Update docs
v1.2.0
7e5a275
2021-01-21 14:29
对比
v1.2.0
沈唁
向下不兼容 --- - 更新命名空间 (2204df6) (28f8abe) 移除 --- - 不支持 PHP 7.0 (3dc5bcd) 增强 --- - 为所有的常量添加可见性标识符 (0176469) - 新增 ClientConfig (d90b9dc) - 优化 Client (9229224) - 更新测试和示例代码 (959a21d) (08531ac) 升级指南 --- 英文: https://mqtt.simps.io/#/en/upgrade/1.2 中文: https://mqtt.simps.io/#/zh-cn/upgrade/1.2
最后提交信息为:
Merge pull request #29 from simps/develop
v1.1.5
f32988e
2021-01-21 14:25
对比
v1.1.5
沈唁
- 使用等级常量代替硬编码,更新测试 (f32988e)
最后提交信息为:
Update tests
v1.1.4
90c14fe
2021-01-14 17:59
对比
v1.1.4
沈唁
增强 --- * 优化重连逻辑,增加 reconnect_delay 参数 (#26) * 新增ProtocolException,限制publish不能为空topic (#27) * 更新 testPublishNonTopic 测试文件 (#28) * 优化 MQTT3 connect 封包 (e669288) 修复 --- * 修复传入参数错误导致的未定义索引 (9d908b7)
最后提交信息为:
Update gitee.yml
v1.1.3
124dab7
2021-01-12 16:23
对比
v1.1.3
沈唁
修复 --- - 修复 clean_session 错误(a868744) - 修复 buildMessageId(40f53c1)
最后提交信息为:
Update composer.json (#24)
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
PHP
1
https://gitee.com/phpmqtt/mqtt.git
git@gitee.com:phpmqtt/mqtt.git
phpmqtt
mqtt
mqtt
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册