This is Symfony OAuth Server Demo Application.
- This project create for Symfony Advent Calendar 2016 The Day 13's post.
- See: http://qiita.com/kseta/items/fc00fc1676985455356a
- PHP 7.0.0 or higher.
- PDO-MySQL PHP extension enabled.
- Symfony application requirements.
This application using Composer.
$ composer install
This command will database create and schema update.
$ php app/console doctrine:database:create
$ php app/console doctrine:schema:update --force
Just use the PHP build-in web server.
$ php app/console server:start
This command will start a web server for application.
Copyright (c) 2016 SETA Keigou and contributors, All rights reserved.