Skip to content

Releases: QuickPay/quickpay-php-client

2.0.0

19 Sep 10:33
4c581ac
Compare
Choose a tag to compare

New major release

Quickpay PHP client now supports and requires PHP8.

Version 1.1

16 Dec 08:36
31ec24f
Compare
Choose a tag to compare

Support for additional headers in requests - fixes issue #56.

Version 1.0.1

14 Sep 17:37
Compare
Choose a tag to compare
  • Fixes http_build_query() logic - gh-51

Version 1.0.0

19 Apr 07:15
Compare
Choose a tag to compare
  • First stable release of QuickPay PHP Client for QuickPay api v10.
  • This release follows PSR2 standards and is not comptible with the previous version.
  • All methods are now in camelCase format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps).
  • In QuickPay\API\Response as_raw changed to asRaw, as_object changed to asObject, as_array changed to asArray, http_status changed to httpStatus and finally is_success changed to isSuccess.
  • Also QuickPay\QuickPay does not require_once for needed files anymore, so the file does not have any side effects (PSR1.Files.SideEffects.FoundWithSymbols).
  • You should use an autoloader, e.g. by utilizing composer for the files to be included correctly or simply require_once yourself.
  • See the full list of changes

Version 0.1.0

15 Apr 12:39
Compare
Choose a tag to compare

First official release for the QuickPay PHP SDK for QuickPay API v10.