Download the PHP package integrated/social-bundle without Composer
On this page you can find all versions of the php package integrated/social-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download integrated/social-bundle
More information about integrated/social-bundle
Files in integrated/social-bundle
Download integrated/social-bundle
More information about integrated/social-bundle
Files in integrated/social-bundle
Vendor integrated
Package social-bundle
Short Description Provides connectors for social media
License MIT
Homepage http://www.integratedfordevelopers.com
Package social-bundle
Short Description Provides connectors for social media
License MIT
Homepage http://www.integratedfordevelopers.com
Please rate this library. Is it a good library?
Informations about the package social-bundle
IntegratedSocialBundle
Provides connectors for social media.
Requirements
- See the require section in the composer.json
Documentation
Installation
This bundle can be installed following these steps:
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
# 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
# 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:
LICENSE
Contributing
Pull requests are welcome. Please see our CONTRIBUTING guide.
About
This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website.
All versions of social-bundle with dependencies
PHP Build Version
Package Version
The package integrated/social-bundle contains the following files
Loading the files please wait ....