richard4339 / twitch-php
PHP wrapper for the Twitch API
Installs: 55
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/richard4339/twitch-php
Requires
- php: >=7.0
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpunit/phpunit: ^5
README
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.