Download the PHP package spirit-dev/oauth2-server-bundle without Composer
On this page you can find all versions of the php package spirit-dev/oauth2-server-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spirit-dev/oauth2-server-bundle
More information about spirit-dev/oauth2-server-bundle
Files in spirit-dev/oauth2-server-bundle
Package oauth2-server-bundle
Short Description Symfony OAuth2 Bundle server side
License GPL-v2
Informations about the package oauth2-server-bundle
Getting Started With SpiritDevO-Auth2ServerBundle
Introduction
OAuth2ServerBundle is an OAuth2 flow manager. Define your API grants, your rendering template and thats all. It manages for you token flows from OAuth2 Protocol. It also provides a direct login to API side. Take a look to the following to get started with OAuth2ServerBundle ;)
Note
The actual version is designed for Symfony 2.6. Upper Symfony versions may have issues.
Installation
Installation is a quick 3 steps process:
- Download SpiritDevOAuth2ServerBundle
- Enable the Bundle
- Configure the SpiritDevOAuth2ServerBundle
Step 1: Install SpiritDevOAuth2ServerBundle
The preferred way to install this bundle is to rely on Composer.
Just check on Packagist the version you want to install (in the following example, we used "dev-master") and add it to your composer.json
:
Step 2: Enable the bundle
Finally, enable the bundle in the kernel:
Step 3: Configure SpiritDevOAuth2ServerBundle
Add SpiritDevOAuth2ServerBundle settings in app/config/config.yml:
Define Routing settings like the following in app/config/routing.yml
Simulating a token granting (comming soon)
Next steps
Now that you have completed the basic installation and configuration of the SpiritDevO-Auth2ServerBundle, you are ready to learn about more advanced features and usages of the bundle.
The following documents are available: