Skip to content

Releases: Ticketpark/php-api-client

2.1

14 Aug 06:35
b088659
Compare
Choose a tag to compare

What's Changed

  • Allow to overwrite base url and to provide Guzzle config

Full Changelog: 2.0.1...2.1

2.0.1

16 Oct 07:33
Compare
Choose a tag to compare
  • Handle empty response content (a3dbdf7)

2.0

13 Oct 11:44
e564de8
Compare
Choose a tag to compare
2.0

A new and better API client.

  • Now provides its own Response class
    • containing convenience methods getGeneratedPid() and getGeneratedListLink().
  • Now provides its own Http/Client, throwing more helpful exceptions when things do not go as expected.
  • Overall improved code base.

See README and example.php for how to use.

1.2.1

20 Sep 14:17
Compare
Choose a tag to compare
  • Bugfix for broken BC compatibility

1.2

20 Sep 12:34
77c6483
Compare
Choose a tag to compare
1.2
  • Requires PHP 8.1

1.1

04 Jan 09:27
Compare
Choose a tag to compare
1.1
Send data as json

1.0

17 Sep 15:55
Compare
Choose a tag to compare
1.0
Added minimal php version

0.1

15 Jan 12:54
Compare
Choose a tag to compare
0.1
Initial commit