2017 © Pedro Peláez
 

library social

Social Bundle For Symfony based on HybridAuth

image

itlized/social

Social Bundle For Symfony based on HybridAuth

  • Friday, July 25, 2014
  • by itlized
  • Repository
  • 2 Watchers
  • 7 Stars
  • 586 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 3 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Social bundle for Symfony by ITLized

Installation:

Add bundle to your composer.json file

``` js // composer.json, (*1)

{ "require": { // ... "itlized/social": "~2.1" } }, (*2)


### Download the bundle using Composer ``` bash $ php composer.phar update itlized/social

Add bundle to your application kernel

``` php // app/AppKernel.php, (*3)

public function registerBundles() { $bundles = array( // ... new Itlized\Bundle\SocialBundle\ItlizedSocialBundle(), // ... ); }, (*4)


### Add routing.yml from the bundle to your app ``` php // app/config/routing.yml itlized_social: resource: "@ItlizedSocialBundle/Resources/config/routing.yml" prefix: /

Config bundle parameters for your app

``` php // app/config/config.yml, (*5)

parameters: itlized_social: routing: itlized_social_endpoint providers: Facebook: enabled: true keys: id: xxx61753xxx secret: xxxfb1578dbb194dxxx, (*6)

```, (*7)

  • http://hybridauth.sourceforge.net/
  • http://www.itlized.com

The Versions

25/07 2014

dev-master

9999999-dev

Social Bundle For Symfony based on HybridAuth

  Sources   Download

MIT

The Requires

 

25/07 2014

v2.1.1.2

2.1.1.2

Social Bundle For Symfony based on HybridAuth

  Sources   Download

MIT

The Requires

 

21/02 2014

v2.1.1.1

2.1.1.1

Social Bundle For Symfony based on HybridAuth

  Sources   Download

MIT

The Requires

 

18/02 2014

v2.1.1

2.1.1.0

Social Bundle For Symfony based on HybridAuth

  Sources   Download

MIT

The Requires