despark/laravel-social-feeder
最新稳定版本:v1.9
Composer 安装命令:
composer require despark/laravel-social-feeder
包简介
Social feeder for laravel. With this you can get feed from facebook page, twitter account or instragram
关键字:
README 文档
README
Social Feeder is interface to social APIs. With this package you can get latest posts/tweets/photos from Facebook, Twitter, Instagram and save it to database to show it in your application.
Installation
Open composer.json file of your project and add the following to the require array:
"despark/laravel-social-feeder": "~1.2"
Now run composer update to install the new requirement.
Once it's installed, you need to register the service provider in app/config/app.php in the providers array:
'providers' => array( ... 'Despark\LaravelSocialFeeder\LaravelSocialFeederServiceProvider', );
Publish the config file:
php artisan config:publish despark/laravel-social-feeder
Then execute migration with the following command
php artisan migrate --package="despark/laravel-social-feeder"
This will create new table social_posts. In this table package store the posts from feeds.
统计信息
- 总下载量: 134
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-07