lexicon/line-notify

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

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/lexicon/line-notify

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

This package is auto-updated.

Last update: 2025-09-29 03:06:13 UTC


README

How to install

composer require lexicon/line-notify

Usage

Send text message

use Lexicon\LineNotify\LineNotify;

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