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 3w ago

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 41% 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

2289d 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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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