impatricklol/twitchapi 问题修复 & 功能扩展

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

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

impatricklol/twitchapi

Composer 安装命令:

composer require impatricklol/twitchapi

包简介

A php API for Twitch.TV

README 文档

README

Simple PHP Class for the Twitch.tv API

{
  "require": {
    "impatricklol/twitchapi": "dev-master"
  }
}

How to use: replace 'reckful' with the stream name you want data from.

<?php
include 'twitchAPI.php';
$twitch = new twitchAPI('reckful');
$twitch->getData('display_name');
$twitch->getData('game');
?>

if you would like to get data from multiple streams it would be used like:

<?php
include 'twitchAPI.php';
$stream_1 = new twitchAPI('reckful');
$stream_2 = new twitchAPI('sodapoppin');
$stream_1->getData('display_name');
$stream_2->getData('display_name');
?>

getData Types: each getData type is pulled from an array at twitch Currently available data types: display_name - stream username status - current 'title' of the stream game - Current game being played

NOTE: This API is not finished.. and more features will be added.. this script was built on PHP V 5.6.2 if it doesn't work i suggest upgrading to this version 💩🎉

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-01-24