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
===============================

Compatibility module for the Buckaroo payment solution

3.0.2(1mo ago)0273↓66.7%OSL-3.0PHPCI passing

Since Sep 25Pushed 1mo 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 yesterday

READMEChangelog (10)Dependencies (27)Versions (19)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

41

—

FairBetter than 87% of packages

Maintenance91

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

17

Last Release

43d ago

Major Versions

v1.x-dev → 3.0.02026-04-08

### 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 (273 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

[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[amzn/amazon-pay-magento-2-module

Official Magento2 Plugin to integrate with Amazon Pay

108531.2k1](/packages/amzn-amazon-pay-magento-2-module)[loki/magento2-admin-components

Admin Panel grids and forms created via Loki Components

175.2k7](/packages/loki-magento2-admin-components)

PHPackages © 2026

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