An oauth server based on Laravel 5.2, it's simple, but powerful.
git clone https://github.com/233sec/laravel-oauth-server.git
composer install
cp .env.example .env
vim .env #edit db config
php artisan migrate
vim app/Providers/OauthServerEloquentUserProvider.php #for existing business, you had to edit this file to integrate with your user auth algorithm.
See and search issue ( https://github.com/233sec/laravel-oauth-server/issues ).
MIT