Skip to content

kseta/symfony-oauth-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony OAuth Server Demo Application

Scrutinizer Code Quality Code Coverage Build Status

This is Symfony OAuth Server Demo Application.

Requirements

Installation

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

Usage

Just use the PHP build-in web server.

$ php app/console server:start

This command will start a web server for application.

License

BSD-2-Clause

Copyright (c) 2016 SETA Keigou and contributors, All rights reserved.

About

This is Symfony OAuth Server Demo Application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published