https://github.com/born05/craft-commerce-buckaroo
Buckaroo Gateway for Craft Commerce
https://github.com/born05/craft-commerce-buckaroo
buckaroo-gateway craft-commerce craftcms craftcms-plugin
Last synced: over 1 year ago
JSON representation
Buckaroo Gateway for Craft Commerce
- Host: GitHub
- URL: https://github.com/born05/craft-commerce-buckaroo
- Owner: born05
- License: other
- Created: 2019-10-04T14:19:40.000Z (almost 7 years ago)
- Default Branch: craft4
- Last Pushed: 2024-08-22T11:25:20.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T21:01:22.196Z (over 1 year ago)
- Topics: buckaroo-gateway, craft-commerce, craftcms, craftcms-plugin
- Language: PHP
- Size: 35.2 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Buckaroo Gateway for Craft Commerce
Adds Buckaroo gateway support to Craft Commerce. Currently supports: Credit Card, Ideal, PayPal and Sepa Direct Debit.
## Requirements
- Craft 4 and up
- Craft Commerce 4 and up
## Installation
Install from the Plugin Store or composer:
```bash
composer require born05/craft-commerce-buckaroo
./craft install/plugin commerce-buckaroo
```
## Setup
Add a new gateway as described in [Gateway Configuration](https://docs.craftcms.com/commerce/v2/gateway-config.html)
## Config
Create a `config/commerce-buckaroo.php` with the following contents:
```php
false,
];
```
## License
Copyright © [Born05](https://www.born05.com/)
See [license](https://github.com/born05/craft-commerce-buckaroo/blob/master/LICENSE.md)