lexicon/line-notify

关于此包的最新版本(v1.0.0)没有可用的许可证信息。

v1.0.0 2022-06-29 03:13 UTC

This package is auto-updated.

Last update: 2024-08-29 06:12:59 UTC


README

安装方法

composer require lexicon/line-notify

使用方法

发送文本消息

use Lexicon\LineNotify\LineNotify;

LineNotify::sendMessage('{accessToken}', '{message}');