sllh/hybridauth-bundle

HybridAuth library integration for Symfony

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 24

Watchers: 9

Forks: 8

Type:symfony-bundle

dev-master / 1.0.x-dev 2015-10-21 12:09 UTC

This package is auto-updated.

Last update: 2024-04-13 00:58:58 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! ;-)

Latest Stable Version Latest Unstable Version License Dependency Status

Total Downloads Monthly Downloads Daily Downloads

Build Status Scrutinizer Code Quality Code Climate Coverage Status SensioLabsInsight

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