PHPackages                             shippinno/oauth2-next-engine - 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. shippinno/oauth2-next-engine

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

shippinno/oauth2-next-engine
============================

Next Engine OAuth 2.0 Client Provider for The PHP League OAuth2-Client

0.0.1(8y ago)13.6k↓57.1%MITPHPPHP &gt;=5.6.0

Since Jun 7Pushed 2y ago5 watchersCompare

[ Source](https://github.com/w-takumi/oauth2-next-engine)[ Packagist](https://packagist.org/packages/shippinno/oauth2-next-engine)[ RSS](/packages/shippinno-oauth2-next-engine/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Next Engine Provider for OAuth 2.0 Client
=========================================

[](#next-engine-provider-for-oauth-20-client)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c6fffe8c5bc19dedfc1eda25b6aad7142895be69359a40d47db40ef7c395d4c7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f772d74616b756d692f6f61757468322d6e6578742d656e67696e652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/w-takumi/oauth2-next-engine/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/6924930e7df4e6813138beccb440a979eafc2bf494385b950db8ede227c0b500/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f772d74616b756d692f6f61757468322d6e6578742d656e67696e652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/w-takumi/oauth2-next-engine/?branch=master)[![Build Status](https://camo.githubusercontent.com/45cac9fca7baca3a44f9cd4ccd9e1b839d17c1c88d21745b66619a8d1f171ff3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f772d74616b756d692f6f61757468322d6e6578742d656e67696e652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/w-takumi/oauth2-next-engine/build-status/master)[![Build Status](https://camo.githubusercontent.com/95fecbbf22632ac96376ef9c57a4efc0f24421de91895e5c3cf1705613bd4952/68747470733a2f2f7472617669732d63692e6f72672f772d74616b756d692f6f61757468322d6e6578742d656e67696e652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/w-takumi/oauth2-next-engine)

This package provides Resource [Next Engine](http://next-engine.net/) OAuth 2.0 support for the PHP League’s [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).

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

[](#installation)

To install, use composer:

```
composer require w-takumi/oauth2-next-engine

```

Usage
-----

[](#usage)

Usage is the same as The League’s OAuth client, using `\Shippinno\NextEngine\OAuth2\Client\Provider\NextEngineProvider` as the provider.

### Authorization Code Flow

[](#authorization-code-flow)

```
