2017 © Pedro Peláez
 

symfony-bundle social-bundle

Provides connectors for social media

image

integrated/social-bundle

Provides connectors for social media

  • Tuesday, June 27, 2017
  • by integrated
  • Repository
  • 1 Watchers
  • 0 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

IntegratedSocialBundle

Provides connectors for social media., (*1)

Requirements

  • See the require section in the composer.json

Documentation

Installation

This bundle can be installed following these steps:, (*2)

Install using composer

$ php composer.phar require integrated/social-bundle:~0.6

Enable the bundle

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\SocialBundle\IntegratedSocialBundle()
        // ...
    );
}

Configure the bundle

To enable the twitter connector set the consumer in the config, (*3)

# app/config/config.yml
integrated_social:
    twitter:
        consumer_key: '%twitter_consumer_key%'
        consumer_secret: '%twitter_consumer_secret%'

To enable the facebook connector set the consumer in the config, (*4)

# app/config/config.yml
integrated_social:
    facebook:
        app_id: '%facebook_app_id%'
        app_secret: '%facebook_app_secret%'

License

This bundle is under the MIT license. See the complete license in the bundle:, (*5)

LICENSE

Contributing

Pull requests are welcome. Please see our CONTRIBUTING guide., (*6)

About

This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website., (*7)

The Versions

27/06 2017

0.7.x-dev

0.7.9999999.9999999-dev http://www.integratedfordevelopers.com

Provides connectors for social media

  Sources   Download

MIT

The Requires

 

The Development Requires

social twitter integrated

27/06 2017

dev-master

9999999-dev http://www.integratedfordevelopers.com

Provides connectors for social media

  Sources   Download

MIT

The Requires

 

The Development Requires

social twitter integrated

27/06 2017

0.7

0.7.0.0 http://www.integratedfordevelopers.com

Provides connectors for social media

  Sources   Download

MIT

The Requires

 

The Development Requires

social twitter integrated

21/06 2017

dev-INTERN-920

dev-INTERN-920 http://www.integratedfordevelopers.com

Provides connectors for social media

  Sources   Download

MIT

The Requires

 

The Development Requires

social twitter integrated

30/03 2017

dev-INTEGRATED-1025-add-behat-phpunit-and-ph

dev-INTEGRATED-1025-add-behat-phpunit-and-ph http://www.integratedfordevelopers.com

Provides connectors for social media

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

social twitter integrated

23/02 2017

dev-INTEGRATED-983

dev-INTEGRATED-983 http://www.integratedfordevelopers.com

Provides connectors for social media

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

social twitter integrated