PHPackages                             comvation/sylius-payrexx-checkout-plugin - 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. comvation/sylius-payrexx-checkout-plugin

ActiveSylius-plugin[Payment Processing](/categories/payments)

comvation/sylius-payrexx-checkout-plugin
========================================

Sylius Payrexx Checkout Plugin

v1.0.0(1y ago)029MITPHPPHP ^8.2

Since Mar 17Pushed 1y ago3 watchersCompare

[ Source](https://github.com/Comvation/sylius-payrexx-checkout-plugin)[ Packagist](https://packagist.org/packages/comvation/sylius-payrexx-checkout-plugin)[ RSS](/packages/comvation-sylius-payrexx-checkout-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Comvation Sylius Payrexx Checkout Plugin
========================================

[](#comvation-sylius-payrexx-checkout-plugin)

Integrates the Payrexx payment gateway interface into Sylius.

Supported and tested versions: 1.11...1.14 (inclusive)

Add the Dependency
------------------

[](#add-the-dependency)

```
composer require comvation/sylius-payrexx-checkout-plugin
```

Install Dependencies
--------------------

[](#install-dependencies)

```
composer install
```

Add the Webhook Route and Controller
------------------------------------

[](#add-the-webhook-route-and-controller)

Extend your Sylius configuration files:

```
# config/routes/payrexx.yaml
comvation_sylius_payrexx_checkout_plugin_webhook:
  resource: '@ComvationSyliusPayrexxCheckoutPlugin/config/routes.yaml'
```

```
# config/services.yaml
services:
  # ...
  Comvation\SyliusPayrexxCheckoutPlugin\Controller\NotifyController:
    public: true # Required
    alias: comvation_sylius_payrexx_checkout.notifycontroller
```

Configure the Webhook URL at Payrexx
------------------------------------

[](#configure-the-webhook-url-at-payrexx)

Add or edit a webhook in the Payrexx admin panel:

```
https://&lt;instance&gt;.payrexx.com/cadmin/index.php?cmd=checkout&act=api

```

- Choose a sensible name
- Set the URL to your domain, with the proper path appended: ```
    https:///payment/payrexx/webhook

    ```
- Activate "Transaction" events only
- Enable "retry on error"
- Select type "normal (PHP-Post)" and the latest version

Add a Payment Method
--------------------

[](#add-a-payment-method)

If not present already, create a "Payrexx Payment" method in Sylius:

```
https:///admin/payment-methods/

```

Configure the proper instance, key, and API domain (e.g., payrexx.com).

Local Setup with DDEV for Development and Testing
-------------------------------------------------

[](#local-setup-with-ddev-for-development-and-testing)

**Make sure the Payrexx account is set up for test mode!**

Add an extra domain for the localtunnel in the DDEV config. Choose a unique host name:

```
# .ddev/config.yaml
# [...]
additional_fqdns:
  - my-payrexx.loca.lt # localtunnel for Payrexx
```

Open the tunnel:

```
lt -p 80 -s my-payrexx
> your url is: https://my-payrexx.loca.lt
```

The webhook URL set at Payrexx (see above) must of course match your tunnel:

```
https://my-payrexx.loca.lt/payment/payrexx/webhook

```

Running Unit Tests
------------------

[](#running-unit-tests)

These are intended to run in the plugin folder.

```
cd vendor/comvation/sylius-payrexx-checkout-plugin
```

Run the unit tests with

```
phpunit
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance46

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 51.7% 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

Unknown

Total

1

Last Release

422d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a87f7310cb2621e4b4cb03f5a29182fec334c100b9fdfb844cf3d59be6e5106?d=identicon)[comvation](/maintainers/comvation)

---

Top Contributors

[![retokohli](https://avatars.githubusercontent.com/u/13553536?v=4)](https://github.com/retokohli "retokohli (15 commits)")[![olimination](https://avatars.githubusercontent.com/u/662924?v=4)](https://github.com/olimination "olimination (14 commits)")

---

Tags

syliussylius-plugin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/comvation-sylius-payrexx-checkout-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/comvation-sylius-payrexx-checkout-plugin/health.svg)](https://phpackages.com/packages/comvation-sylius-payrexx-checkout-plugin)
```

###  Alternatives

[sylius/invoicing-plugin

Invoicing plugin for Sylius.

901.0M2](/packages/sylius-invoicing-plugin)[sylius/paypal-plugin

PayPal plugin for Sylius.

451.4M4](/packages/sylius-paypal-plugin)[flux-se/sylius-payum-stripe-plugin

Payum Stripe gateways plugin for Sylius.

61342.2k](/packages/flux-se-sylius-payum-stripe-plugin)[bitbag/przelewy24-plugin

Przelewy24 payment plugin for Sylius applications.

1931.7k](/packages/bitbag-przelewy24-plugin)[bitbag/sylius-adyen-plugin

BitBag Adyen plug-in for Sylius.

1249.9k](/packages/bitbag-sylius-adyen-plugin)

PHPackages © 2026

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