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

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

opauth/line
===========

LINE strategy for Opauth

0.0.5(9y ago)22.6k1MITPHPPHP &gt;=5.2.0

Since Mar 30Pushed 8y ago2 watchersCompare

[ Source](https://github.com/opauth/line)[ Packagist](https://packagist.org/packages/opauth/line)[ Docs](http://opauth.org)[ RSS](/packages/opauth-line/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Opauth-LINE
===========

[](#opauth-line)

[Opauth](https://github.com/opauth/opauth) strategy for LINE.

Implemented based on  using OAuth 2.0.

Opauth is a multi-provider authentication framework for PHP.

How to use(Only Japanese)

Getting started
---------------

[](#getting-started)

1. Install Opauth-LINE:

    ```
    cd path_to_opauth/Strategy
    git clone git://github.com/opauth/line.git LINE
    ```

    or

    ```
    composer require opauth/line
    ```
2. Create a LINE Login application at

    - Callback URL: enter `https://path_to_opauth/line/oauth2callback`
3. Configure Opauth-LINE strategy.
4. Direct user to `https://path_to_opauth/line` to authenticate

ATTENTION! *You can not use LINE Login without https*.

Strategy configuration
----------------------

[](#strategy-configuration)

Required parameters:

```
