dev-master
9999999-devHybridAuth library integration for Symfony
MIT
The Requires
The Development Requires
- satooshi/php-coveralls ~0.6
- codeclimate/php-test-reporter dev-master
- matthiasnoback/symfony-dependency-injection-test ~0.7
oauth hybridauth
Wallogit.com
2017 © Pedro Peláez
HybridAuth library integration for Symfony
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)
This version of the bundle requires Symfony 2.3+., (*10)
``` 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(), ); }
TODO, (*12)
This bundle is under the MIT license. See the complete license on the LICENSE file., (*13)
HybridAuth library integration for Symfony
MIT
oauth hybridauth