richard4339/twitch-php

PHP wrapper for the Twitch API

v1.1.5 2018-04-14 19:23 UTC

This package is auto-updated.

Last update: 2024-04-29 03:26:59 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock Build Status

PHP wrapper for the Twitch API

Installation

Using Composer

composer require richard4339/twitch-php

Notes

Defaults to version 5 of the Twitch API which has breaking changes from version 3 when retrieving streams. As a result, there are breaking changes when upgrading to version 1 of this package.

Requirements

  • Uses the GuzzleHTTP package
  • Requires PHP 7

Changes

  • Beginning with version 2, only the "new Twitch API" will be supported.