2017 © Pedro Peláez
 

symfony-bundle hybridauth-bundle

HybridAuth library integration for Symfony

image

sllh/hybridauth-bundle

HybridAuth library integration for Symfony

  • Wednesday, October 21, 2015
  • by Soullivaneuh
  • Repository
  • 8 Watchers
  • 25 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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)

Latest Stable Version Latest Unstable Version License Dependency Status, (*7)

Total Downloads Monthly Downloads Daily Downloads, (*8)

Build Status Scrutinizer Code Quality Code Climate Coverage Status SensioLabsInsight, (*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

The Versions