iqbal-hakim/klout
Composer 安装命令:
composer create-project iqbal-hakim/klout
包简介
Laravel 5 Implementation of [KloutAPIv2]
README 文档
README
Laravel 5 Implementation of KloutAPIv2
Install
Via Composer
$ composer require iqbal-hakim/klout
Add the service provider to config/app.php in the providers array.
'IqbalHakim\Klout\KloutServiceProvider'
If you want you can use the facade. Add the reference in config/app.php to your aliases array.
'Klout' => 'IqbalHakim\Klout\Facades\Klout',
Configuration
You'll need to publish the package to start the configuration.
php artisan vendor:publish
This will create a config/klout_config.php file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.
Usage
Klout::KloutIDLookupById(<network>, <id>); Klout::KloutUserScore(<kloutId>);
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-24