https://github.com/buckaroo-it/shopware6
Repository containing the Shopware 6 Payment Plugin by Buckaroo
https://github.com/buckaroo-it/shopware6
bancontact buckaroo creditcard ideal paymentmethods shopware shopware-payment shopware6 shopware6-plugin
Last synced: 20 days ago
JSON representation
Repository containing the Shopware 6 Payment Plugin by Buckaroo
- Host: GitHub
- URL: https://github.com/buckaroo-it/shopware6
- Owner: buckaroo-it
- Created: 2020-02-17T10:26:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-04-01T15:19:07.000Z (26 days ago)
- Last Synced: 2026-04-01T19:46:32.780Z (25 days ago)
- Topics: bancontact, buckaroo, creditcard, ideal, paymentmethods, shopware, shopware-payment, shopware6, shopware6-plugin
- Language: PHP
- Homepage:
- Size: 4.82 MB
- Stars: 3
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Buckaroo Shopware 6 Payments Plugin
[](https://github.com/buckaroo-it/Shopware_6/releases)
### Index
- [About](#about)
- [Requirements](#requirements)
- [Installation](#installation)
- [Upgrade](#upgrade)
- [Configuration](#configuration)
- [Versioning](#versioning)
- [Additional information](#additional-information)
---
### About
Shopware is a modular online shop system developed in Germany since 2004. It is available both as open source software and in commercial editions.
The Buckaroo Payments Plugin ([Dutch](https://support.buckaroo.nl/categorieen/plugins/shopware-6) or [English](https://support.buckaroo.eu/categories/plugins)) for Shopware 6 enables a ready-to-sell payment gateway. You can choose from popular online payment methods in The Netherlands, Belgium, France, Germany and globally.
Start accepting payments within a few minutes.
### Requirements
To use the Buckaroo plugin, please be aware of the following minimum requirements:
- A Buckaroo account ([Dutch](https://www.buckaroo.nl/start) or [English](https://www.buckaroo.eu/solutions/request-form))
- Shopware 6.5.0 up to 6.7.6.0
- PHP 8.2 or higher
> **No administration rebuild required.** The plugin ships pre-built administration assets for all supported Shopware versions (6.6 and 6.7+). After installing or updating the plugin you do **not** need to run `bin/build-administration.sh` or any other build command.
### Installation
We recommend you to install the Buckaroo Shopware 6 Payments plugin with composer. It is easy to install, update and maintain.
**Run the following commands:**
```
cd S6_INSTALLATION_ROOT
composer require buckaroo/shopware6
ln -s ../../vendor/buckaroo/shopware6 custom/plugins/BuckarooPayments
bin/console plugin:refresh
bin/console plugin:install --activate BuckarooPayments
bin/console cache:clear
```
### Upgrade
**You can also upgrade/update the Buckaroo plugin with composer. To do this, please run the following commands:**
```
composer update buckaroo/shopware6
bin/console plugin:update BuckarooPayments
bin/console cache:clear
```
> No administration rebuild is needed after upgrading. The plugin automatically uses the correct pre-built assets for your Shopware version.
### Configuration
For the configuration of the plugin, please refer to our [Dutch](https://support.buckaroo.nl/categorieen/plugins/shopware-6) or [English](https://support.buckaroo.eu/categories/plugins) support website.
You will find all the necessary information there. But if you still have some unanswered questions, then please contact our [technical support department](mailto:support@buckaroo.nl).
### Contribute
We really appreciate it when developers contribute to improve the Buckaroo plugins.
If you want to contribute as well, then please follow our [Contribution Guidelines](CONTRIBUTING.md).
### Versioning
- **MAJOR:** Breaking changes that require additional testing/caution.
- **MINOR:** Changes that should not have a big impact.
- **PATCHES:** Bug and hotfixes only.
### Additional information
- **Knowledge base & FAQ:** Available in [Dutch](https://support.buckaroo.nl/categorieen/plugins/shopware-6) or [English](https://support.buckaroo.nl/categorieen/plugins).
- **Support:** https://support.buckaroo.eu/contact
- **Contact:** [support@buckaroo.nl](mailto:support@buckaroo.nl) or [+31 (0)30 711 50 50](tel:+310307115050)
Please note:
This file has been prepared with the greatest possible care and is subject to language and/or spelling errors.