scubaclick / oauth2
Eloquent implementation for league/oauth2-server
This package's canonical repository appears to be gone and the package has been frozen as a result.
v1.0
2013-09-26 20:23 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.0.*
- league/oauth2-server: 2.*
This package is auto-updated.
Last update: 2020-02-11 19:08:17 UTC
README
Eloquent implementation for league/oauth2-server Still being developed for ScubaClick, so handle with care for now!
Stable Version
v1.0
General Installation
Install by adding the following to the require block in composer.json:
"scubaclick/oauth2": "dev-master"
Laravel-specific Installation
Add the following in app/config/app.php to the service providers array:
'ScubaClick\OAuth2\OAuth2ServiceProvider',
To create the migrations, run the following command in the console:
php artisan migrate --package="scubaclick/oauth2"
Then run composer update
.
License
ScubaClick OAuth2 is licenced under the MIT license.