w-vision / payum-payrexx-bundle
This package is abandoned and no longer maintained.
The author suggests using the instride/pimcore-payum-payrexx package instead.
CoreShop - Payrexx Bundle
Package info
github.com/instride-ch/pimcore-payum-payrexx
Type:pimcore-bundle
pkg:composer/w-vision/payum-payrexx-bundle
2.1.1
2025-08-27 12:22 UTC
Requires
- php: ^8.1
- instride/payum-payrexx: ^1.0
README
This bundle activates the Payrexx PaymentGateway in CoreShop. It requires the instride/payum-payrexx package, which will be installed automatically.
Installation
1. Composer
$ composer require instride/pimcore-payum-payrexx
2. Register the bundle
// config/bundles.php <?php return [ // ... Instride\Bundle\PimcorePayumPayrexxBundle\PimcorePayumPayrexxBundle::class => ['all' => true], ];
3. Configuration
Go to CoreShop → PaymentProviders and add a new Provider. Select payrexx from type
and fill out the required fields at the bottom.
