technologyinlive/oauth-server-laravel-mongo

A Laravel 4 wrapper for the popular OAuth 2.0 Server package league/oauth2-server
57 1
Install
composer require technologyinlive/oauth-server-laravel-mongo
PHP:>=5.4.0
License:MIT
Last Updated:Jan 14, 2016
Links: GitHub  ·  Packagist
Maintainer: MoiSet

PHP OAuth 2.0 Server for Laravel and MongoDB

Package Installation

You can install the package via composer. add the following line to your composer.json file:

"technologyinlive/oauth-server-laravel-mongo": "dev-master"

Add this line of code to the providers array located in your app/config/app.php file:

'LucaDegasperi\OAuth2Server\Storage\FluentStorageServiceProvider',
'LucaDegasperi\OAuth2Server\OAuth2ServerServiceProvider',

And this lines to the aliases array:

'Authorizer' => 'LucaDegasperi\OAuth2Server\Facades\AuthorizerFacade',

The code on which this package is based

This is a VERY UNSTABLE version

Related Packages

ademes/oauth2-server-laravel

An OAuth 2.0 bridge for Laravel and Lumen

197 0
mobiquity/mobiquity-oauth2

A Laravel 4 wrapper for the popular OAuth 2.0 Server package league/oauth2-serve...

28 0
mobiquity/mobiquity-oauth

A Laravel 4 wrapper for the popular OAuth 2.0 Server package league/oauth2-serve...

7 0
postedin/oauth2-server-laravel

An OAuth 2.0 bridge for Laravel and Lumen

544 0
appotter/oauth2-server-msp

An OAuth 2.0 bridge for Laravel with MSP Project

17 1