da / oauth-client-bundle
DaOAuthClientBundle is a Symfony2's bundle allowing to use an application as an oauth client
Installs: 57 810
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.3.3
- da/auth-common-bundle: 1.0.*
- hwi/oauth-bundle: ~0.3
- symfony/config: >=2.1
- symfony/dependency-injection: >=2.1
- symfony/finder: >=2.1
Requires (Dev)
- phpunit/phpunit: 3.7.*
Suggests
- friendsofsymfony/user-bundle: dev-master
README
This bundle for Symfony2 (built upon HWIOAuthBundle) allows to be the client of an oauth SSO server (especially an SSO server with several "authspaces").
Documentation
Learn how to use the bundle with the documentation.
Suggestions
Want to built your own SSO server (with multiple "authspaces")? Take a look at the DaOAuthServerBundle!
Want to communicate from API to API or from Client to API? Take a look at the DaApiClientBundle!