承接 sharkydog/message-broker 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sharkydog/message-broker

最新稳定版本:v1.1.1

Composer 安装命令:

composer require sharkydog/message-broker

包简介

Message Broker to interconnect PHP apps

README 文档

README

Message Broker to interconnect PHP apps

The message broker is intended to connect several apps and distribute messages between them.

The apps can be connected locally or remotely, even through the big wild internet, though this will not be secure.

The messaging system is based around topics and subscriptions, as with other message brokers.

Messages are send only to peers that have subscribed to a given topic or to a wildcard topic matching it. There are no message queues or retention. No database. If a message is sent, it will either be received by connected peers or it will be lost forever, never to be seen again.

See main/examples for how to use.

统计信息

  • 总下载量: 11
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 1

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-11-03