Skip to content

Releases: OpenXBL/OpenXBL-PHP

2.2.0

10 May 02:54
9f904a6

Choose a tag to compare

  • Add support for auth claim requests. Refer to README for implementation.

2.1.0

02 May 18:57
549e126

Choose a tag to compare

  • Supports PHP 7.4+ or greater.
  • Now using Guzzle Client instead of cURL methods.
  • Added unit tests.
  • Updated README.

Breaking Changes

  • use OpenXBL\Api; and new Api() are now use OpenXBL\Client; and new Client()
  • Base URL now includes a trailing slash. Update $client->get('/account') to be $client->get('account');

v2.0-beta

31 Aug 18:42

Choose a tag to compare

v2.0-beta Pre-release
Pre-release
2.0-beta