Bunq Sdk Php Versions Save

PHP SDK for bunq API

1.10.1

5 years ago

1.10.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

Change Log

Unreleased

Full Changelog

Fixed bugs:

  • Fix the CustomerStatementExport Listing #146

Closed issues:

  • add Oauth support #156
  • BunqContext class file duplicated #155
  • Update Sandbox API key procedure #153
  • Unexpected API rate limit error #152

Merged pull requests:

0.13.2 (2018-05-30)

Full Changelog

Implemented enhancements:

  • [php] Update examples in readme #140
  • Separation of concerns: InstallationUtil class is displaying error messages #133
  • It is not possible to refresh userContext data #122
  • Fix/Optimise test framework for CI. #120
  • Add more example scripts #98
  • PHP unit needs to be updated to version 6 #96
  • Auto save the session after automatic session reset has been executed  #94
  • Monetary account joint cannot be retrieved. #76
  • [DX] User::listing requires ugly logic to make it user-type agnostic #42
  • [DX] Static resource access is bad for mockability #41
  • Assert that variables are correct when creating an ApiContext with code. #35
  • Initial feedback on project (organization) #4
  • Fix supperflous fields error bunq/sdk_php#118 #125 (OGKevin)
  • Refresh user context bunq/sdk_php#122 #124 (OGKevin)
  • Optimise test framework auto topup #120 #123 (OGKevin)
  • Optimise test framework bunq/sdk_php#120 #121 (OGKevin)

Fixed bugs:

  • Parameter default should be null and not a string. #137
  • Composer installation will generate warnings on case-insensitive systems #130
  • Can not construct a BunqMeTabEntry for use with BunqMeTab::create() #118
  • cURL error 60: SSL certificate problem: unable to get local issuer certificate #104
  • Monetary account joint cannot be retrieved. #76

Closed issues:

  • Add support for the undocumented user/%s/monetary-account/%s/customer-statement/%s/content call #147
  • MonetaryAccount listing succeeds on sandbox but fails on production #145
  • Error message: The request signature is invalid. #129
  • Error: apiContext has not been loaded. #128
  • README contains 'of' instead of 'or' #119
  • TabUsageSingle with uuid "X" not found. #106
  • Move to new sandbox #149

Merged pull requests:

  • Proper check for curl error zero. (bunq/sdk_php#7) #148 (OGKevin)
  • Fix joint co owner error bunq/sdk_php#76 #144 (OGKevin)
  • Regenerated code to add request fields to objects. (bunq/sdk_php#118) #143 (OGKevin)
  • Update readme to point to tinker. (bunq/sdk_php#140) #142 (OGKevin)
  • Regenerated code. (bunq/sdk_php#118) #141 (OGKevin)
  • Use null as default parameter value. (bunq/sdk_php#137) #138 (OGKevin)
  • Bunq-install should display error message and not installation util. (bunq/sdk_php#133) #136 (Jorijn)
  • Assert values are correct for api context bunq/sdk_php#35 #135 (OGKevin)
  • Replace examples with tinker bunq/sdk_php#98 #132 (OGKevin)
  • Auto update bunq context bunq/sdk_php#94 #131 (OGKevin)
  • Fix typo in README #117 (casperboone)
  • Removed userContext.php (bunq/sdk_php#114) #116 (OGKevin)
  • Move to new sandbox bunq/sdk_php#149 #150 (OGKevin)

0.13.2

6 years ago

Full Changelog

Patches

  • Merge pull request #150 from bunq/move-to-new-sandbox-bunq/sdk_php#149: 7ffd9f3226feca6995a404ca3251ed32c6e755a6

0.13.1

6 years ago

0.13.1

Full Changelog

Closed issues:

  • bunqContext should be renamed to BunqContext. #114

Merged pull requests:

0.13.0

6 years ago

0.13.0 (2018-03-20)

Full Changelog

Implemented enhancements:

  • Add zappr integration for better quality control  #91
  • Add more information to templates #89
  • Add response id to error messages from failed requests  #88

Fixed bugs:

  • openssl_pkey_get_details() expects parameter 1 to be resource, boolean given #102
  • Token request ideal is missing id attribute in response. #97
  • "HTTP Response Code: 400 The request signature is invalid." #87
  • Field ID is missing from MasterCardAction #81
  • TokenQrRequestIdeal returns the wrong type #80

Closed issues:

  • bunq update 7 #112
  • Document conditions for Payment.description #108
  • Simple way to create a iDeal request? #103
  • DraftPayment create fails with superfluous field-errors #101

Merged pull requests:

  • Regenerate code for release #111 (OGKevin)
  • Removed unneeded doc block. (bunq/sdk_php#80) #110 (OGKevin)
  • Token qr request ideal returns the wrong type. (bunq/sdk_php#80) #107 (OGKevin)
  • Throw exception when private key generation fails. (bunq/sdk_php#102) #105 (OGKevin)
  • Added missing field id for TokenQrRequestIdeal. (bunq/sdk_php#97) #100 (OGKevin)
  • Regenerated code to add missing id field. (bunq/sdk_php#81) #95 (OGKevin)
  • Add response id to request error. (bunq/sdk_php#88) #93 (OGKevin)
  • Configure Zappr #92 (OGKevin)
  • Add more info to templates. (bunq/sdk_php#89) #90 (OGKevin)
  • Bunq update 7 #113 (OGKevin)

0.12.4

6 years ago

0.12.4 (2017-12-21)

Full Changelog

Implemented enhancements:

  • Introduce fromJson method.  #84
  • Make sure received signatures headers are correctly cased #75
  • Return base class from createFromJsonString #73
  • CHANGELOG.md is empty #71
  • Improve decoder to recognise child objects #68

Fixed bugs:

  • Fatal error in the interactive installer when no allowed IP is given #79
  • Fatal when using MonetaryAccountBank class #38

Merged pull requests:

  • Feature/make sure headers are correctly cased bunq/sdk_php#75 #85 (OGKevin)
  • Feature/decode child object in parent object bunq/sdk_php#68 #83 (OGKevin)
  • Allow permitted IPs to be null in the interactive installer #78 (mbernson)
  • Generated CHANGELOG.md :clap:. (bunq/sdk_php#71) #72 (OGKevin)
  • Add specific php version to composer. (bunq/sdk_php#38) #77 (OGKevin)
  • Return static. (bunq/sdk_php#73) #74 (OGKevin)