PHPackages                             waaz/system-pay-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. waaz/system-pay-plugin

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

waaz/system-pay-plugin
======================

System Pay payment plugin for Sylius applications.

v1.0(3y ago)53.3k3MITPHPPHP &gt;=7.1CI failing

Since Nov 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/StudioWaaz/WaazSystemPayPlugin)[ Packagist](https://packagist.org/packages/waaz/system-pay-plugin)[ RSS](/packages/waaz-system-pay-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (16)Versions (3)Used By (0)

[![Waaz](https://camo.githubusercontent.com/58002fbb9a5c4d690a36dfd461c94ca702fe31d898577e22c25bdcebcacd21fe/687474703a2f2f7777772e73747564696f7761617a2e636f6d2f696d672f6c6f676f2d7761617a2e706e67)](https://camo.githubusercontent.com/58002fbb9a5c4d690a36dfd461c94ca702fe31d898577e22c25bdcebcacd21fe/687474703a2f2f7777772e73747564696f7761617a2e636f6d2f696d672f6c6f676f2d7761617a2e706e67)

Overview
--------

[](#overview)

This plugin enables using System Pay payments in Sylius based stores.

Installation
------------

[](#installation)

```
$ composer require waaz/system-pay-plugin
```

Add plugin dependencies to your AppKernel.php file:

```
public function registerBundles()
{
    return array_merge(parent::registerBundles(), [
        ...

        new \Waaz\SystemPayPlugin\WaazSystemPayPlugin(),
    ]);
}
```

Usage
-----

[](#usage)

Go to the payment methods in your admin panel. Now you should be able to add new payment method for System Pay gateway.

The **Payment methods** option in the gateway is optional. From the Systempay documentation:

- If the list contains only one type of card, the data entry page for this payment method will be presented directly,
- otherwise the payment method selection page will be presented,
- if this parameter is empty (recommended) then all eligible payment methods (currency, technical constraints, etc.) associated with the store will be offered.

Testing
-------

[](#testing)

```
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install
$ yarn install
$ yarn run gulp
$ php bin/console sylius:install --env test
$ php bin/console server:start --env test
$ open http://localhost:8000
$ bin/behat features/*
$ bin/phpspec run
```

Contribution
------------

[](#contribution)

Learn more about our contribution workflow on .

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

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

1454d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/be807124a2589dd8893abd7ce74a78a443e45f1c7c8ca135eb05e21c1a5191c7?d=identicon)[ehibes](/maintainers/ehibes)

---

Top Contributors

[![ehibes](https://avatars.githubusercontent.com/u/487124?v=4)](https://github.com/ehibes "ehibes (15 commits)")[![DjLeChuck](https://avatars.githubusercontent.com/u/696780?v=4)](https://github.com/DjLeChuck "DjLeChuck (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisRector

### Embed Badge

![Health badge](/badges/waaz-system-pay-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/waaz-system-pay-plugin/health.svg)](https://phpackages.com/packages/waaz-system-pay-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/payu-plugin

PayU payment plugin for Sylius applications

2533.5k](/packages/bitbag-payu-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)
