PHPackages                             purinwang/line\_login\_laravel - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. purinwang/line\_login\_laravel

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

purinwang/line\_login\_laravel
==============================

line\_login V2.1 for laravel

0.0.2(4y ago)05MITPHP

Since Jun 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/PurinWang/Line_Login_Laravel)[ Packagist](https://packagist.org/packages/purinwang/line_login_laravel)[ RSS](/packages/purinwang-line-login-laravel/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Line Login For Laravel
======================

[](#line-login-for-laravel)

> Basic with [PurinWang/LineLogin](https://github.com/PurinWang/Line_Login) make laravel version

How to use
----------

[](#how-to-use)

### composer require

[](#composer-require)

```
composer require  purinwang/line_login_Laravel

```

### Add path to composer autoload and config/app.php

[](#add-path-to-composer-autoload-and-configappphp)

- composer.json

```
    "Purin\\LineLogin\\": "vendor/purinwang/Line_Login_laravel/src/"

```

- config/app.php -&gt; provider block

```
    Purin\LineLogin\LineLoginServiceProvider::class,

```

- dump

```
    composer dump-autoload

```

- laravel publish

```
    php artisan vendor:publish --provider="Purin\LineLogin\LineLoginServiceProvider

```

### laravel use (Don't forget add .env from .env.example)

[](#laravel-use-dont-forget-add-env-from-envexample)

- Line Login Button in blade

```
    @include('linelogin::linelogin',[url => 'YOUR URL'])

```

- Get LineLogin url to redirect

```
    $url = app('lineloginUrl');
    return redirect()->to($url)->send();

```

- Get LineLogin get data

```
    print_r(app('lineloginGetdata',[Request::get('code')]));

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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 ~9 days

Total

2

Last Release

1466d ago

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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