Download the PHP package phattarachai/line-notify without Composer
On this page you can find all versions of the php package phattarachai/line-notify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phattarachai/line-notify
More information about phattarachai/line-notify
Files in phattarachai/line-notify
Package line-notify
Short Description PHP and Laravel API for Line application notification.
License MIT
Homepage https://phattarachai.dev
Informations about the package line-notify
The package for Laravel and PHP for Line application notification.
Line Notify is a package for Laravel and PHP application to easily send notification to Line messaging application users or groups. It builds on top of Line Notify API, that provides a fluent interface to send messages, images ,and stickers directly to Line service from Laravel and PHP.
Installing Line Notify
You need to use Composer to install Line-Notify into your project:
Laravel Usage
Add a LINE_ACCESS_TOKEN
variable to your .env
. You can get an access token for your application
from Line Notify API
Send a message via Line Notify.
You can use setToken() to specify other ACCESS_TOKEN you want to use beside from the .env.
Send a message with an image.
You can also specify a thumbnail for your image
You can upload an image from your local path
You can combine image uploading and image url together. The uploaded image will take precedence to image url.
Send a message with sticker. You can find a list of Sticker Package ID and Sticker ID here https://devdocs.line.me/files/sticker_list.pdf
Notice that Line require to have a message for each and every request whether you send an image or sticker you still required to provide a message for the API.
Publishing the configuration file
Alternatively to adding a variable into your .env
, you can publish config/line-notify.php
file and add your token
there.
Run the following Artisan command in your terminal:
You can set the token in this file.
Configuring (Laravel)
Laravel 5.5 and newer
Line Notify wil register itself using Laravel's Auto Discovery.
Laravel 5.4 and older
You'll have to include LineNotifyServiceProvider
in your config/app.php
:
PHP Usage (outside Laravel)
Screenshot
สนับสนุนผู้พัฒนา
🙋♂️ สวัสดีครับ ผมอ๊อฟนะครับ เป็น Full Stack Web Developer มีสร้าง package ขึ้นมาใช้งานในโปรเจคตัวเองที่ใช้งานบ่อย ๆ ถ้ามีข้อเสนอแนะอยากให้ทำ package อะไรบน PHP / Laravel / NodeJS / Python หรือภาษาอื่น ๆ ทักทายมาได้เลยครับ
line: phat-chai
💻 รับงาน Freelance หากมีโปรเจคที่น่าสนใจ หาทีมงานร่วมงาน หาโปรแกรมเมอร์ที่มีประสบการณ์ช่วยแก้โจทย์ที่ท้าทาย ติดต่อมาได้เลยครับ ยินดีให้ความช่วยเหลือและรอสร้างผลงานที่ดีร่วมกันครับ
📄 เข้ามาดูประวัติและผลงานได้ที่ https://phattarachai.dev
License
The MIT License (MIT)