SLLHHybridAuthBundle
Integrates HybridAuth library on Symfony., (*1)
Please note: This bundle is not ready to use yet!, (*2)
I'm making a discussion with the HybridAuth's maintainers to make this project feasible., (*3)
Please see: https://github.com/hybridauth/hybridauth/issues/456, (*4)
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., (*5)
If you think I'm wrong or just want to add arguments on this discussion, feel free to add some comments! ;-), (*6)
, (*7)
, (*8)
, (*9)
Prerequisites
This version of the bundle requires Symfony 2.3+., (*10)
Installation
Download using composer
``` bash
$ php composer.phar require sllh/hybridauth-bundle "~1.0", (*11)
### Enable the bundle
``` php
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new SLLH\HybridAuthBundle\SLLHHybridAuthBundle(),
);
}
Usage
TODO, (*12)
License
This bundle is under the MIT license. See the complete license on the LICENSE file., (*13)
Todo
- Make it working
- Unit test
- Changelog file before pusing new stable version