deawx/linebot

Cyberthai EasycorePHP - 简单的linebot管理器

1.0.1 2024-08-26 22:08 UTC

This package is auto-updated.

Last update: 2024-09-26 22:42:44 UTC


README


# Cyberthaicore 用于加速cyberthai项目的开发

PHP 简单 linebot API

Cyberthai Easycore PHP 简单 linebot 管理器

安装

composer require deawx/linebot

API 文档

https://developers.line.biz/en/reference/messaging-api/

特性

  • 用户 - 管理用户。
  • 消息 - 管理消息。
  • Webhook - 管理Webhook。
  • 富菜单 - 管理富菜单。

要求

  • PHP 8.0+ 和已安装的Composer。
  • ext-curl
  • ext-openssl

待办事项:添加

  • 内容 - 用于接收和处理用户发送给机器人的内容。
  • 受众 - 管理目标群体。
  • 洞察 - 查看深入数据。
  • Oauth2 - 管理通道访问令牌。
  • 房间 - 管理多人群聊。
  • 群组 - 管理群聊。