PHPackages                             kaleidpixel/line-oauth - 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. kaleidpixel/line-oauth

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

kaleidpixel/line-oauth
======================

Integrating LINE Login with your web app.

0.0.1(7y ago)119MITPHP

Since Mar 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kaleidpixel/line-oauth)[ Packagist](https://packagist.org/packages/kaleidpixel/line-oauth)[ Docs](https://github.com/kaleidpixel/line-oauth)[ RSS](/packages/kaleidpixel-line-oauth/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

LINE OAuth
==========

[](#line-oauth)

Integrating LINE Login with your web app.

Requirements
------------

[](#requirements)

This package requires PHP &gt;=5.4

Installation
------------

[](#installation)

Install via composer - edit your `composer.json` to require the package.

```
{
    "require": {
        "kaleidpixel/line-oauth": "0.*"
    }
}
```

Then run `composer update` in your terminal to pull it in.

Or use `composer require kaleidpixel/line-oauth`

How to
------

[](#how-to)

### login.php

[](#loginphp)

```
