PHPackages                             typerej/line-login - 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. typerej/line-login

ActiveLibrary

typerej/line-login
==================

line-login

69.7k1PHP

Since Nov 13Pushed 6y agoCompare

[ Source](https://github.com/TyperEJ/LineLogin)[ Packagist](https://packagist.org/packages/typerej/line-login)[ RSS](/packages/typerej-line-login/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LineLogin
=========

[](#linelogin)

```
composer require typerej/line-login dev-master --prefer-dist

```

HOW TO USE
==========

[](#how-to-use)

```
use TyperEJ\LineLogin\Login;

$login = new Login(CHANNEL_ID,CHANNEL_SECRET);
$user = $login->requestToken($_GET('code'));
```

GENERATE URL
============

[](#generate-url)

```
use TyperEJ\LineLogin\Login;

$login = new Login(CHANNEL_ID);
$url = $login->generateLoginUrl(options);
```

REFERENCE
---------

[](#reference)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a743d6ff8b3b9b8cd1950d6bbd933249ad12618abc6f74fb8277d451718b2ad?d=identicon)[EJLin](/maintainers/EJLin)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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