PHPackages                             ferdhika31/laravel-line-bot - 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. ferdhika31/laravel-line-bot

ActivePlugin

ferdhika31/laravel-line-bot
===========================

Laravel 5.4.\* line bot packages.

0.1(8y ago)2633[1 issues](https://github.com/ferdhika31/laravel-line-bot/issues)MITPHP

Since Aug 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ferdhika31/laravel-line-bot)[ Packagist](https://packagist.org/packages/ferdhika31/laravel-line-bot)[ RSS](/packages/ferdhika31-laravel-line-bot/feed)WikiDiscussions master Synced yesterday

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

About the LINE Messaging API

See the official API documentation for more information.

English: Japanese:

Laravel Line Bot
================

[](#laravel-line-bot)

Laravel 5.4.\* Line Bot

Package Laravel yang berfungsi untuk menghubungkan line sdk.

Instalasi
---------

[](#instalasi)

### Install dan Daftarkan Package

[](#install-dan-daftarkan-package)

`composer require ferdhika31/laravel-line-bot`

Tambahkan Service Provider dan Facade pada `config.app`

```
'providers' => [

    Ferdhika31\LaravelLineBot\LineBotServiceProvider::class,

]

```

```
'aliases' => [

    'LineBot'  => Ferdhika31\LaravelLineBot\Facades\LineBot::class,

]

```

### Publish config

[](#publish-config)

```
php artisan vendor:publish --provider="Ferdhika31\LaravelLineBot\LineBotServiceProvider"

```

Penggunaan
----------

[](#penggunaan)

-

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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

3195d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8111407?v=4)[Ferdhika Yudira](/maintainers/ferdhika31)[@ferdhika31](https://github.com/ferdhika31)

---

Top Contributors

[![ferdhika31](https://avatars.githubusercontent.com/u/8111407?v=4)](https://github.com/ferdhika31 "ferdhika31 (5 commits)")[![rojiloro](https://avatars.githubusercontent.com/u/32476245?v=4)](https://github.com/rojiloro "rojiloro (1 commits)")

---

Tags

botlaravellibrary-freeno-maintenance-intended

### Embed Badge

![Health badge](/badges/ferdhika31-laravel-line-bot/health.svg)

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

###  Alternatives

[revolution/laravel-line-sdk

LINE SDK for Laravel

2235.8k](/packages/revolution-laravel-line-sdk)

PHPackages © 2026

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