lexicon/line-notify

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

Maintainers

Package info

github.com/pitchayakit/line-notify

pkg:composer/lexicon/line-notify

Statistics

Installs: 38

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:39:13 UTC


README

How to install

composer require lexicon/line-notify

Usage

Send text message

use Lexicon\LineNotify\LineNotify;

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