PHPackages                             loki-checkout/magento2-buckaroo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. loki-checkout/magento2-buckaroo

ActiveMagento2-module[Payment Processing](/categories/payments)

loki-checkout/magento2-buckaroo
===============================

N/A

2.0.22(2mo ago)0213↓33.3%OSL-3.0PHPCI passing

Since Sep 25Pushed 2mo agoCompare

[ Source](https://github.com/LokiCheckout/LokiCheckout_Buckaroo)[ Packagist](https://packagist.org/packages/loki-checkout/magento2-buckaroo)[ Docs](https://loki-checkout.com/)[ Fund](https://www.paypal.me/yireo)[ GitHub Sponsors](https://github.com/yireo)[ RSS](/packages/loki-checkout-magento2-buckaroo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (18)Versions (14)Used By (0)

LokiCheckout\_Buckaroo
======================

[](#lokicheckout_buckaroo)

**This Magento 2 module is an add-on package for adding support for the payment solution of Buckaroo to the LokiCheckout.**

Installation
------------

[](#installation)

Install this package via composer:

```
composer require loki-checkout/magento2-buckaroo
```

Next, enable this module:

```
bin/magento module:enable LokiCheckout_Buckaroo Buckaroo_Magento2
bin/magento setup:upgrade
```

Extending payment methods
-------------------------

[](#extending-payment-methods)

By default, most payment methods are supported. If a new payment method is added via the `Buckaroo_Magento2` module, it depends on the method whether or not, the `LokiCheckout_Buckaroo` module needs to be extended. If the method deals with a simple redirect, it just works. If additional input fields are required and they don't exist in the Loki Checkout, most likely the error `Structure validation of XML failed. The SOAP request structure does not conform to the specification` is given.

To add additional fields, create a new block `loki-checkout.payment.methods.buckaroo_magento2_FOOBAR.form` in the XML layout, where `buckaroo_magento2_FOOBAR` equals the payment method code. Check the layout file `loki_checkout_block_payment_methods.xml` for more examples.

Make sure the block `loki-checkout.payment.methods.buckaroo_magento2_FOOBAR.form` is registered as a Loki Component via the file `etc/loki_components.xml`. Also create a corresponding Component ViewModel and Component Repository. Note that each alias (`as`) of additional Buckaroo field in the XML layout (see `loki_checkout_block_payment_methods.xml`) - for example `customer_DoB` - corresponds with the property name - for example `customer_DoB` - that is saved to the quote via the `AdditionalInformationRepository` class.

Which fields need to be added? Each payment method is backed by a class in the PHP namespace `Buckaroo\Magento2\Model\Method`. Within such a method class, the XML construction is initiated, giving evidence of what kind of fields are needed. For example, the code segment `$payment->getAdditionalInformation('customer_email')` suggests that a field `customer_email` should be created.

Error on `Model/Method/Afterpay.php`
------------------------------------

[](#error-on-modelmethodafterpayphp)

```
Deprecated Functionality: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in vendor/buckaroo/magento2/Model/Method/Afterpay.php on line 823

```

The method `afterpay2` or `afterpay` is deprecated and can not be used under PHP 8.3. This has nothing to do with the LokiCheckout.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance86

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~14 days

Total

13

Last Release

67d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1373981?v=4)[Yireo](/maintainers/yireo)[@yireo](https://github.com/yireo)

---

Top Contributors

[![jissereitsma](https://avatars.githubusercontent.com/u/7670482?v=4)](https://github.com/jissereitsma "jissereitsma (232 commits)")

---

Tags

loki-checkoutloki-checkout-category-payment

### Embed Badge

![Health badge](/badges/loki-checkout-magento2-buckaroo/health.svg)

```
[![Health](https://phpackages.com/badges/loki-checkout-magento2-buckaroo/health.svg)](https://phpackages.com/packages/loki-checkout-magento2-buckaroo)
```

###  Alternatives

[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[loki/magento2-admin-components

N/A

151.6k5](/packages/loki-magento2-admin-components)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
