itlized/social
Composer 安装命令:
composer require itlized/social
包简介
Social Bundle For Symfony based on HybridAuth
README 文档
README
Installation:
Add bundle to your composer.json file
// composer.json { "require": { // ... "itlized/social": "~2.1" } }
Download the bundle using Composer
$ php composer.phar update itlized/social
Add bundle to your application kernel
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Itlized\Bundle\SocialBundle\ItlizedSocialBundle(), // ... ); }
Add routing.yml from the bundle to your app
// app/config/routing.yml itlized_social: resource: "@ItlizedSocialBundle/Resources/config/routing.yml" prefix: /
Config bundle parameters for your app
// app/config/config.yml parameters: itlized_social: routing: itlized_social_endpoint providers: Facebook: enabled: true keys: id: xxx61753xxx secret: xxxfb1578dbb194dxxx
Links
统计信息
- 总下载量: 601
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-02-18