聊天/消息服务接口

1.0.0 2018-10-29 08:59 UTC

This package is auto-updated.

Last update: 2024-09-29 05:08:33 UTC


README

此仓库包含与聊天/消息服务相关的接口。

实现示例(使用数据库存储消息)可以在以下位置找到(https://github.com/phpfacile/chat-db)。

安装

在项目根目录下输入

composer require phpfacile/chat

或将 "phpfacile/chat": "^1.0" 添加到 composer.json 文件的 "require" 部分中

"require": {
    "phpfacile/chat": "^1.0"
}