sllh / hybridauth-bundle
HybridAuth library integration for Symfony
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 25
Watchers: 9
Forks: 8
Type:symfony-bundle
Requires
- php: >=5.3.3
- hybridauth/hybridauth: ~2.2
- symfony/framework-bundle: ~2.3
- symfony/security-bundle: ~2.3
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-13 02:05:38 UTC
README
Integrates HybridAuth library on Symfony.
Please note: This bundle is not ready to use yet!
I'm making a discussion with the HybridAuth's maintainers to make this project feasible.
Please see: hybridauth/hybridauth#456
If it's accepted for HybridAuth 3.x, this bundle will supports this version. Otherwise, it will be abandoned because HybridAuth not compatible with Symfony.
If you think I'm wrong or just want to add arguments on this discussion, feel free to add some comments! ;-)
Prerequisites
This version of the bundle requires Symfony 2.3+.
Installation
Download using composer
$ php composer.phar require sllh/hybridauth-bundle "~1.0"
Enable the bundle
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new SLLH\HybridAuthBundle\SLLHHybridAuthBundle(), ); }
Usage
TODO
License
This bundle is under the MIT license. See the complete license on the LICENSE file.
Todo
- Make it working
- Unit test
- Changelog file before pusing new stable version