Skip to content

Releases: OnrampLab/php-api-client

v2.0.3

16 Jan 01:54
dc96881
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

13 Apr 07:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

allow run compoer on php 8

20 Dec 07:26
9b32d9c
Compare
Choose a tag to compare

allow run compoer on php 8

Change the implementation method of creating a client

17 Dec 03:05
2afc5b9
Compare
Choose a tag to compare

Because of it's hard to extend Base Client class
Change the implementation method of creating a client

$client = Client::create($config);

to

$client = new Client($config);