Skip to content

Releases: nicklaw5/twitch-api-php

v3.0.5 More New Twitch API Endpoints

22 Jul 13:08
2691203
Compare
Choose a tag to compare

New APIs:

  • NewTwitchApi->getAnalyticsApi
  • NewTwitchApi->getTagsApi

New endpoints

  • BitsApi->getExtensionTransactions
  • AnalyticsApi->getExtensionAnalytics
  • AnalyticsApi->getGameAnalytics
  • EntitlementsApi->getStatusCode
  • EntitlementsApi->redeemCode
  • TagsApi->getAllStreamTags
  • TagsApi->getStreamTags
  • UsersApi->createUserFollow

A big thanks to @brandinarsenault for all his work!

v3.0.4

19 Jul 21:02
7296feb
Compare
Choose a tag to compare

v3.0.3

19 Jul 18:47
79c7172
Compare
Choose a tag to compare

v3.0.2 Fixed VideosApi

15 Jul 14:19
0523926
Compare
Choose a tag to compare

This release includes a fix for the VideosApi submitted by @oldskool. #68

v3.0.1 Added ability to start commercials and create clips

30 Jun 13:59
6e43e3f
Compare
Choose a tag to compare

This version adds two new features:

  • Ability to start commercials
  • Ability to create clips

Thanks to @brandinarsenault for adding these features!

v3.0.0 New endpoints, required authorization tokens, CI improvements, and code cleanup

19 Jun 19:21
dead569
Compare
Choose a tag to compare

This is the first release of major version 3 of the PHP Twitch API library! This release is not backwards compatible with previous versions. Please read the changelog for information.

  • Breaking Change All endpoints have been updated to require a bearer token, as Twitch has made this a requirement for the API. Endpoint methods now require the bearer token as the first argument.
  • Possible Breaking Change The composer dependencies have been updated to for PHP 7.4, including updated testing libraries.
  • Many new endpoints have been added for bits, clips, hype trains, search, and streams.
  • Travis CI updated to run php-cs-fixer to along with phpunit and phpspec.

HUGE thanks to @brandinarsenault for all the work he put in to add new endpoints! A list of endpoints that still need to be added can be found here: #24 (comment)

If you require any of these of endpoints, please add them to the library and submit a PR!

v2.1.3: Added Bearer for getStreamForUserId and getStreamForUsername (#56)

18 May 21:58
5292acb
Compare
Choose a tag to compare

This release includes @brandinarsenault's fix for authenticated calls to a couple of endpoints.

More New Twitch API Endpoints

24 Feb 14:19
0acf146
Compare
Choose a tag to compare

This release includes a number of new New Twitch API endpoints as well as other improvements and fixes.

Thanks to the following folks for helping create this version and improved this project for us all!

v2.1.1: Merge pull request #39 from Justas-S/master

19 Apr 15:45
171ef0e
Compare
Choose a tag to compare

Add two missing webhook endpoints: "User Changed" and "User Follows"
#39

v2.1.0

18 Feb 15:49
dc3024d
Compare
Choose a tag to compare

Version 2.1.0 changes:

Breaking Changes

  • IDs are handled as integers instead of strings.

Other Changes