Releases: OnrampLab/php-api-client
Releases · OnrampLab/php-api-client
v2.0.3
What's Changed
- make http request accept json by @ericHao22 in #14
New Contributors
- @ericHao22 made their first contribution in #14
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- chore(composer): [guzzlehttp] allow run on ^7.0 by @FishChen1202 in #12
New Contributors
- @FishChen1202 made their first contribution in #12
Full Changelog: v2.0.1...v2.0.2
allow run compoer on php 8
allow run compoer on php 8
Change the implementation method of creating a client
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);