twitter/vine 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Build Status Latest Stable Version Code Coverage Version

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2014-12-22