twitter/vine
最新稳定版本:0.0.4
Composer 安装命令:
composer require twitter/vine
包简介
A PHP client written for the unofficial Vine API
README 文档
README
A PHP Vine API client
Usage:
Create a new instance of the Client:
$vine = new \Api\Vine\Client();
Then use the get method to call one of the get resources, e.g.
//Searches, just give the get the resource and it will respond with the results in stdObj format
$searchResults = $vine->get('timelines/tag/{{searchQuery}}');
//Creates a vine session
$login = $vine
->setUsername('bananana')
->setPassword('LOL_SONY')
->login();
//Deletes the login
$logout = $vine->logout();
You can see the API documentation here: [https://github.com/starlock/vino/wiki/API-Reference](Vine API Reference)
统计信息
- 总下载量: 245
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-12-22