Skip to content

Releases: mollie/mollie-api-php

v3.0.0-beta.1

03 Mar 09:03
Compare
Choose a tag to compare

A lot of effort has gone into developing v3 of the Mollie PHP API client, focusing on modernizing the codebase, improving developer experience, and enhancing testing capabilities. All while keeping what we loved from v2.

While we don't expect significant signature changes, this is still a beta release, and we encourage feedback to refine and stabilize the final version. Your input is invaluable in making v3 the best release yet!

What's New in v3?

  • Fully Typed Requests: Introduces structured request objects for better IDE support and static analysis. Still supports array-based payloads for backward compatibility. Read more
  • Enhanced Testing Capabilities: Includes test mode configuration, API mocking, error simulations, and support for paginated collections and embedded resources. Read more
  • Improved Debugging: Provides detailed debugging with automatic redaction of sensitive data. Read more
  • Dedicated Exception Classes: Introduces specific exceptions for different error codes while maintaining compatibility with ApiException.
  • PSR-18 HTTP Client Compatibility: Supports any PSR-18 compatible HTTP client. Read more
  • Advanced Response Features: Adds resource hydration, access to raw responses, and custom resource wrappers for domain-specific transformations. Read more

Upgrading to v3

The full upgrade guide can be found here.

Install & Try It

composer require "mollie/mollie-api-php:^3.0.0-beta"

Feedback? Report issues on GitHub.

v2.78.0

13 Feb 12:28
2a8dcd2
Compare
Choose a tag to compare

What's Changed

  • feat: add missing partnerContractExpiresAt attribute by @Naoray in #765

Full Changelog: v2.77.0...v2.78.0

v2.77.0

11 Feb 23:53
48a356b
Compare
Choose a tag to compare

What's Changed

  • Feat/add release authorization endpoint by @Naoray in #763
  • Feature/add capabilities endpoint by @Naoray in #762

Full Changelog: v2.76.1...v2.77.0

v2.76.1

24 Jan 15:00
2a90a92
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.76.0...v2.76.1

v2.76.0

18 Dec 12:41
b6e9848
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.75.0...v2.76.0

v2.75.0

21 Nov 10:33
ac20528
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.74.1...v2.75.0

v2.74.1

30 Oct 10:30
6401783
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.74.0...v2.74.1

v2.74.0

30 Oct 10:01
fc0eaf7
Compare
Choose a tag to compare

What's Changed

  • Added automatic testmode support to $refund->cancel() by @sandervanhooft in #747
  • Added methods cancelForPayment() and cancelForPaymentId() to the $mollie->paymentRefunds endpoint by @sandervanhooft in #747
  • fix: wrong phpdoc return for cancelFor/cancelForId methods by @mheiduk in #746

New Contributors

Full Changelog: v2.73.0...v2.74.0

Release v2.73.0

30 Sep 13:18
0a26175
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.72.0...v2.73.0

v2.72.0

11 Sep 15:09
cdfb298
Compare
Choose a tag to compare

This release introduces support for payment methods Bacs, Pay by Bank and Satispay.

What's Changed

New Contributors

Full Changelog: v2.71.0...v2.72.0