vxgood / oauth-bundle
Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 800
Type:symfony-bundle
Requires
- php: ^5.6|^7.0
- php-http/client-common: ^1.3
- php-http/client-implementation: ^1.0
- php-http/discovery: ^1.0
- php-http/httplug: ^1.0
- php-http/message-factory: ^1.0
- psr/http-message: ^1.0
- symfony/form: ^2.8|^3.0|^4.0
- symfony/framework-bundle: ^2.8|^3.0|^4.0
- symfony/options-resolver: ^2.8|^3.0|^4.0
- symfony/security-bundle: ^2.8|^3.0|^4.0
- symfony/templating: ^2.8|^3.0|^4.0
- symfony/yaml: ^2.8|^3.0|^4.0
Requires (Dev)
- doctrine/orm: ^2.3
- friendsofphp/php-cs-fixer: ^2.0
- friendsofsymfony/user-bundle: ^1.3|^2.0
- php-http/guzzle6-adapter: ^1.1
- php-http/httplug-bundle: ^1.7
- phpunit/phpunit: ^5.7
- symfony/phpunit-bridge: ^2.8|^3.0|^4.0
- symfony/property-access: ^2.8|^3.0|^4.0
- symfony/stopwatch: ^2.8|^3.0|^4.0
- symfony/twig-bundle: ^2.8|^3.0|^4.0
- symfony/validator: ^2.8|^3.0|^4.0
Suggests
- doctrine/doctrine-bundle: to use Doctrine user provider
- friendsofsymfony/user-bundle: to connect FOSUB with this bundle
- php-http/httplug-bundle: to provide required HTTP client with ease.
- symfony/property-access: to use FOSUB integration with this bundle
- symfony/twig-bundle: to use the Twig hwi_oauth_* functions
Conflicts
- twig/twig: <1.12
This package is not auto-updated.
Last update: 2024-11-05 09:17:47 UTC
README
The HWIOAuthBundle adds support for authenticating users via OAuth1.0a or OAuth2 in Symfony.
This bundle contains support for 58 different providers:
- 37signals,
- Amazon,
- Asana,
- Auth0,
- Azure,
- Bitbucket,
- Bitly,
- Box,
- BufferApp,
- Clever,
- Dailymotion,
- Deezer,
- DeviantArt,
- Discogs,
- Disqus,
- Dropbox,
- EVE Online,
- Facebook,
- FI-WARE,
- Flickr,
- Foursquare,
- GitHub,
- Google,
- Hubic,
- Instagram,
- Itembase,
- Jawbone,
- JIRA,
- LinkedIn,
- Mail.ru
- Odnoklassniki,
- Office365,
- PayPal,
- QQ,
- RunKeeper,
- Salesforce,
- Sensio Connect,
- Sina Weibo,
- Slack,
- Soundcloud,
- Spotify,
- Stack Exchange,
- Stereomood,
- Strava,
- Toshl,
- Trakt,
- Trello,
- Twitch,
- Twitter,
- VKontakte,
- Windows Live,
- Wordpress,
- Wunderlist,
- XING,
- Yahoo,
- Yandex,
- Youtube
Note: this bundle adds easy way to implement any of OAuth1.0a or OAuth2 provider!
Installation
All the installation instructions are located in the documentation, check it for specific version:
- 0.6 with support for Symfony
>=2.8
- 0.5 with support for Symfony
>=2.3,<4.0
- 0.4 with support for Symfony
>=2.3,<3.0
- 0.3 with support for Symfony
>=2.1,<2.7
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle. Read the documentation for version:
- 0.6 with support for Symfony
>=2.8
- 0.5 with support for Symfony
>=2.3,<4.0
- 0.4 with support for Symfony
>=2.3,<3.0
- 0.3 with support for Symfony
>=2.1,<2.7
License
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE