PHPackages                             royalmar/laravel-line-notify - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. royalmar/laravel-line-notify

ActiveLibrary[API Development](/categories/api)

royalmar/laravel-line-notify
============================

LINE Notify for laravel

1.0.1(6y ago)31.2k↓50%PHPPHP &gt;=5.6

Since Dec 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ZiJie-Li/laravel-line-notify)[ Packagist](https://packagist.org/packages/royalmar/laravel-line-notify)[ RSS](/packages/royalmar-laravel-line-notify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Line Notify
===================

[](#laravel-line-notify)

在Laravel實作Line Notify (Notification) 套件

How to install
--------------

[](#how-to-install)

```
composer require royalmar/laravel-line-notify

```

Laravel Setup
-------------

[](#laravel-setup)

Add the service provider to config/app.php:

```
'providers' => [
    ...
    Royalmar\LineNotify\Providers\LineNotifyServiceProvider::class,
    ...

```

Add alias to config/app.php:

```
'aliases' => [
    ...
    'LineNotify' => Royalmar\LineNotify\Facades\LineNotify::class,
    ...

```

Use custom config
-----------------

[](#use-custom-config)

```
php artisan vendor:publish --tag="line_notify_install"
```

Usage
-----

[](#usage)

### Send text message

[](#send-text-message)

```
LineNotify::sendMessage('{accessToken}', 'test massage');
```

### Send text message and image

[](#send-text-message-and-image)

```
LineNotify::sendMessageAndImage('{accessToken}', 'test massage', [
            'imageThumbnail' => 'https://asnanak.net/site/wp-content/uploads/2012/10/source_27_waves_dark_green-240x240.jpg',
            'imageFullsize' => 'https://asnanak.net/site/wp-content/uploads/2012/10/source_27_waves_dark_green-1024x768.jpg'
        ]);
```

### send text message and sticker

[](#send-text-message-and-sticker)

```
LineNotify::sendMessageAndSticker('{accessToken}', 'test massage', [
            'stickerPackageId' => 1,
            'stickerId' => 10
        ]);
```

Limitations are identical to Business Connect API ref: [https://developers.line.me/businessconnect/api-reference#sending\_message](https://developers.line.me/businessconnect/api-reference#sending_message)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~310 days

Total

2

Last Release

2387d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/187732577?v=4)[royalmar](/maintainers/royalmar)[@RoyalMar](https://github.com/RoyalMar)

---

Top Contributors

[![ZiJie-Li](https://avatars.githubusercontent.com/u/8016381?v=4)](https://github.com/ZiJie-Li "ZiJie-Li (3 commits)")

### Embed Badge

![Health badge](/badges/royalmar-laravel-line-notify/health.svg)

```
[![Health](https://phpackages.com/badges/royalmar-laravel-line-notify/health.svg)](https://phpackages.com/packages/royalmar-laravel-line-notify)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
