lexicon/line-notify

There is no license information available for the latest version (v1.0.0) of this package.

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

This package is auto-updated.

Last update: 2024-05-29 05:27:01 UTC


README

How to install

composer require lexicon/line-notify

Usage

Send text message

use Lexicon\LineNotify\LineNotify;

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