technologyinlive / oauth-server-laravel-mongo
A Laravel 4 wrapper for the popular OAuth 2.0 Server package league/oauth2-server
dev-master
2016-01-14 10:07 UTC
Requires
- php: >=5.4.0
- illuminate/console: 4.2.*
- illuminate/database: 4.2.*
- illuminate/filesystem: 4.2.*
- illuminate/http: 4.2.*
- illuminate/support: 4.2.*
- league/oauth2-server: 4.0.*
- nesbot/carbon: 1.*
Requires (Dev)
- behat/behat: ~2.5
- henrikbjorn/phpspec-code-coverage: ~1.0
- mockery/mockery: ~0.8
- orchestra/testbench: 2.2.*
- phpspec/phpspec: ~2.0
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-12-17 04:26:55 UTC
README
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