{"id":13699715,"url":"https://github.com/simps/mqtt","last_synced_at":"2026-01-16T20:46:50.164Z","repository":{"id":42056468,"uuid":"196509499","full_name":"simps/mqtt","owner":"simps","description":"🕹 MQTT Protocol Analysis and Coroutine Client for PHP. Support for 3.1, 3.1.1 and 5.0 versions of the MQTT protocol.","archived":false,"fork":false,"pushed_at":"2026-01-15T04:09:21.000Z","size":434,"stargazers_count":390,"open_issues_count":1,"forks_count":61,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-01-15T09:45:03.278Z","etag":null,"topics":["mqtt","mqtt-client","mqtt-protocol","mqtt-websocket","mqtt3","mqtt5","php","swoole","websocket"],"latest_commit_sha":null,"homepage":"https://mqtt.simps.io","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simps.png","metadata":{"files":{"readme":"README-CN.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["sy-records"]}},"created_at":"2019-07-12T04:38:09.000Z","updated_at":"2026-01-15T03:01:44.000Z","dependencies_parsed_at":"2023-11-09T17:05:32.743Z","dependency_job_id":"7c9215b9-ab6f-4d6f-a0f3-55c7663462da","html_url":"https://github.com/simps/mqtt","commit_stats":{"total_commits":247,"total_committers":6,"mean_commits":"41.166666666666664","dds":0.02429149797570851,"last_synced_commit":"ab44f7e7f4efb970f542945881e3a0f88b134e2b"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/simps/mqtt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simps%2Fmqtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simps%2Fmqtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simps%2Fmqtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simps%2Fmqtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simps","download_url":"https://codeload.github.com/simps/mqtt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simps%2Fmqtt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mqtt","mqtt-client","mqtt-protocol","mqtt-websocket","mqtt3","mqtt5","php","swoole","websocket"],"created_at":"2024-08-02T20:00:42.351Z","updated_at":"2026-01-16T20:46:50.138Z","avatar_url":"https://github.com/simps.png","language":"PHP","readme":"[English](./README.md) | 中文\n\n# MQTT 协议解析 \u0026 协程客户端\n\n适用于 PHP 的 MQTT 协议解析和协程客户端。\n\n支持 MQTT 协议 `3.1`、`3.1.1` 和 `5.0` 版本，支持`QoS 0`、`QoS 1`、`QoS 2`。\n\n支持 MQTT over WebSocket。\n\n\u003e [!IMPORTANT]\n\u003e 首个支持 MQTT `5.0` 协议的 PHP library。\n\n[![License](https://poser.pugx.org/simps/mqtt/license)](LICENSE)\n[![Latest Stable Version](https://poser.pugx.org/simps/mqtt/v)](//packagist.org/packages/simps/mqtt)\n[![Total Downloads](https://poser.pugx.org/simps/mqtt/downloads)](//packagist.org/packages/simps/mqtt)\n[![PHP Version](https://img.shields.io/badge/php-%3E=7.1-blue.svg)](https://www.php.net)\n[![Swoole Version](https://img.shields.io/badge/swoole-%3E=4.4.20-blue.svg)](https://github.com/swoole/swoole-src)\n\n[![GitHub Actions](https://github.com/simps/mqtt/workflows/PHPUnit%20for%20MQTT/badge.svg)](https://github.com/simps/mqtt/actions)\n[![Static Code Analysis](https://github.com/simps/mqtt/actions/workflows/phpstan.yml/badge.svg)](https://github.com/simps/mqtt/actions/workflows/phpstan.yml)\n[![Gitee Star](https://gitee.com/phpmqtt/mqtt/badge/star.svg?theme=dark)](https://gitee.com/phpmqtt/mqtt/stargazers)\n[![GitCode Star](https://gitcode.com/simps/mqtt/star/badge.svg)](https://gitcode.com/simps/mqtt/stargazers)\n[![MQTT 交流群](https://img.shields.io/badge/QQ%E7%BE%A4-983679945-orange)](https://go.qq52o.me/qm/mqtt)\n\n## 安装\n\n```bash\ncomposer require simps/mqtt\n```\n\n## 文档\n\n[mqtt.simps.io](https://mqtt.simps.io) | [MQTT 3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html) | [MQTT 5.0](https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html)\n\n## 示例\n\n参考 [examples](./examples) 目录\n","funding_links":["https://github.com/sponsors/sy-records"],"categories":["Client Packages"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimps%2Fmqtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimps%2Fmqtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimps%2Fmqtt/lists"}