/twitch-api-php

A simple Twitch API wrapper for v3 of their RESTful API

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Twitch API Wrapper for PHP

A simple Twitch API wrapper for version 3 of their rest API.

Requirements

Installation

Add the following to your composer.json under require:

"require": {
    "ghassani/twitch-api-php": "dev-master"
},