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

ActiveLibrary[API Development](/categories/api)

arga/laravel-line
=================

An easy to use social called LINE in Laravel.

1.0.0(6y ago)13511MITPHPPHP ^7.2CI failing

Since Mar 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/naingminkhant/laravel-line)[ Packagist](https://packagist.org/packages/arga/laravel-line)[ RSS](/packages/arga-laravel-line/feed)WikiDiscussions master Synced today

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

LARAVEL LINE SDK
================

[](#laravel-line-sdk)

This package was created for my project and made it easier for others.

### Installation

[](#installation)

```
$ composer require arga/laravel-line
```

To publish the config settings:

```
$ php artisan vendor:publish --provider="Arga\LaravelLine\LaravelLineServiceProvider"
```

### Usage SDK

[](#usage-sdk)

1.Facade

```
$authorize = LaravelLine::authorize();
```

2.Container

```
$line = app(LineManager::class);
$authorize = $line->authorize();
```

### Function

[](#function)

Get authorize url

```
LaravelLine::authorize();
```

Get token

```
$token = LaravelLine::token($request->get('code'));
```

Get profile

```
$profile = LaravelLine::profile($token);
```

Verify token

```
$verify = LaravelLine::verify_token($token);
```

Renew token with refresh token

```
$token = LaravelLine::refresh_token($refresh_token);
```

Logout

```
LaravelLine::logout($token)
```

License
-------

[](#license)

This package is licensed under MIT. You are free to use it in personal and commercial projects.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

2236d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18085762?v=4)[Naing Min Khant](/maintainers/naingminkhant)[@naingminkhant](https://github.com/naingminkhant)

---

Top Contributors

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

---

Tags

laravelsociallineargalaravel-line

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[dcblogdev/laravel-xero

A Laravel Xero package

53129.1k1](/packages/dcblogdev-laravel-xero)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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