Download the PHP package spirit-dev/oauth2-client-bundle without Composer
On this page you can find all versions of the php package spirit-dev/oauth2-client-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spirit-dev/oauth2-client-bundle
More information about spirit-dev/oauth2-client-bundle
Files in spirit-dev/oauth2-client-bundle
Package oauth2-client-bundle
Short Description Symfony OAuth2 Bundle client side
License GPL-v2
Informations about the package oauth2-client-bundle
DOCUMENT BEING WRITTEN
Getting Started With SpiritDevO-Auth2ClientBundle
Introduction
OAuth2ClientBundle 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 OAuth2ClientBundle ;)
Installation
Installation is a quick 3 steps process:
- Download SpiritDevOAuth2ClientBundle
- Enable the Bundle
- Configure the SpiritDevOAuth2ClientBundle
Step 1: Install SpiritDevOAuth2ClientBundle
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 SpiritDevOAuth2ClientBundle
Document beeing written. This part may change.
Import the routing.yml configuration file in app/config/routing.yml:
Add SpiritDevOAuth2ClientBundle settings in app/config/config.yml:
Simulating a token granting (comming soon)
Next steps
Now that you have completed the basic installation and configuration of the FOSUserBundle, you are ready to learn about more advanced features and usages of the bundle.
The following documents are available: