PHPackages                             yehlu/open-admin-line-binder - 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. [Admin Panels](/categories/admin)
4. /
5. yehlu/open-admin-line-binder

ActiveLibrary[Admin Panels](/categories/admin)

yehlu/open-admin-line-binder
============================

在 `open-admin` 加入 Line 通知綁定功能

v1.0.0(2y ago)023MITPHP

Since Apr 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/yehlu/open-admin-line-binder)[ Packagist](https://packagist.org/packages/yehlu/open-admin-line-binder)[ RSS](/packages/yehlu-open-admin-line-binder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

 English | [中文版](readme-zh_TW.md) | [日本語](readme-ja.md)

laravel-admin Line Notify Binder
--------------------------------

[](#laravel-admin-line-notify-binder)

This is a package to integrate [Line Notify](https://notify-bot.line.me/zh_TW/) with [Laravel-admin](https://github.com/z-song/laravel-admin).

[![alt Snapshot](https://raw.githubusercontent.com/yehlu/laravel-admin-line-binder/master/snapshot.png)](https://raw.githubusercontent.com/yehlu/laravel-admin-line-binder/master/snapshot.png)

Installation
------------

[](#installation)

Require this package with composer.

```
composer require yehlu/laravel-admin-line-binder
```

Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

### Laravel without auto-discovery:

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Yehlu\OpenAdmin\ServiceProvider::class,
```

### Add credentials in the `line` key of `config.services`:

[](#add-credentials-in-the-line-key-of-configservices)

In order to bind service via Line Notify, you need to add [credentials](https://notify-bot.line.me/my/services/new) in the `line` key of `config/services.php`.

```
'line' => [
    'client_id' => env('LINE_NOTIFY_CLIENT_ID', ''),
    'client_secret' => env('LINE_NOTIFY_SECRET', ''),
],
```

### Copy the package config to your local config with the publish command:

[](#copy-the-package-config-to-your-local-config-with-the-publish-command)

```
php artisan vendor:publish --provider="Yehlu\OpenAdmin\ServiceProvider"
```

### And migrate database:

[](#and-migrate-database)

```
php artisan migrate
```

### And new permission to everyone:

[](#and-new-permission-to-everyone)

[![alt New Permission](https://raw.githubusercontent.com/yehlu/laravel-admin-line-binder/master/add_premission.png)](https://raw.githubusercontent.com/yehlu/laravel-admin-line-binder/master/add_premission.png)

Usage
-----

[](#usage)

You need to override the settingForm() method in `App\Admin\Controllers\AuthController` and add the following code

```
protected function settingForm()
{
    $form = parent::settingForm();
    $form->linenotify();
    return $form;
}
```

Helper
------

[](#helper)

Get the token of the currently logged in user

```
currentLineNotifyToken();
```

Get Line Notify bind url

```
lineNotifyBinderUrl();
```

Get Line Notify revoke url

```
lineNotifyRevokeUrl();
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

756d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e3357e630b282dc5ad4d4bae882f430d9d78a41d898a4c6cf9fb87b7116f7b4?d=identicon)[yehlu](/maintainers/yehlu)

---

Top Contributors

[![yehlu](https://avatars.githubusercontent.com/u/4278285?v=4)](https://github.com/yehlu "yehlu (4 commits)")

### Embed Badge

![Health badge](/badges/yehlu-open-admin-line-binder/health.svg)

```
[![Health](https://phpackages.com/badges/yehlu-open-admin-line-binder/health.svg)](https://phpackages.com/packages/yehlu-open-admin-line-binder)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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