PHPackages                             simpaypl/sylius-simpay-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. simpaypl/sylius-simpay-plugin

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

simpaypl/sylius-simpay-plugin
=============================

SimPay payment plugin for Sylius applications

1.0.0(2y ago)03[2 PRs](https://github.com/SimPaypl/SyliusSimPayPlugin/pulls)MITPHPPHP ^8.0

Since Apr 21Pushed 1y agoCompare

[ Source](https://github.com/SimPaypl/SyliusSimPayPlugin)[ Packagist](https://packagist.org/packages/simpaypl/sylius-simpay-plugin)[ RSS](/packages/simpaypl-sylius-simpay-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (31)Versions (5)Used By (0)

SimPay SyliusSimPayPlugin
=========================

[](#simpay-syliussimpayplugin)

Integration of SimPay DirectBilling payments with Sylius application.

Table of Content
----------------

[](#table-of-content)

- [Overview](#overview)
- [Installation](#installation)
- [Configuration](#configuration)
    - [Service](#service)
    - [Payment Method](#payment-method)
    - [Testing Mode](#testing-mode)
- [Contribution](#contribution)
- [Contact](#contact)

Overview
--------

[](#overview)

The SyliusSimPayPlugin integrates [SimPay DirectBilling payments](https://www.simpay.pl/) with Sylius applications. After installing it you should be able to enable SimPay payment method (based on DirectBilling) in your web store.

Why should I choose SimPay?
---------------------------

[](#why-should-i-choose-simpay)

- Easy and fast integration – our plugin is inuitive to use, so you can handle the integration even without much skill.
- Instant earnings – we will send you profits from online payments every day.
- Safety and continuous technical support – we guarantee proper security for all payments. And in case of problems with the integration or operation of SimPay systems, we immediately respond with support.

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

[](#installation)

Firstly you should run the following command to install the plugin:

```
$ composer require simpaypl/sylius-simpay-plugin
```

After that, you should enable the plugin in your `config/bundles.php` file:

```
return [
    SimPay\SyliusSimPayPlugin\SimPaySyliusSimPayPLugin::class => ['all' => true],
]
```

Then import routing in your `config/routes.yaml` file:

```
simpay_sylius_simpay_plugin:
    resource: "@SimPaySyliusSimPayPlugin/config/routing.yml"
```

And finally, import configuration in your `config/packages/_sylius.yaml` file:

```
imports:
    - { resource: "@SimPaySyliusSimPayPlugin/config/config.yml" }
```

Tada! You have installed the plugin. Now let's configure it.

Configuration
-------------

[](#configuration)

To correctly configure the plugin, you have to visit [the SimPay website](https://www.simpay.pl/) and create an account.

### Service

[](#service)

Then you should create **a new DirectBilling Service**. During this process you will be asked to provide some data. The most important is the second step.

When you reach it, you should provide data like:

- Adres API,
- Adres Przekierowania (after success)
- Adres Przekierowania (after failure)

The first one should be the URL of your Sylius application with `/payment/simpay/notify` suffix. The last two should be the same as your Sylius application URL.

### Payment Method

[](#payment-method)

After creating the service, you should go to your Sylius application and create a new **SimPay Payment Method**. In **Gateway Configuration** you should provide four important values:

- API key
- API Password
- Service ID
- Service API key

The first two you can find in your SimPay account on the API tab. `API key` is the `Klucz API` and `API Password` is the `Hasło API`. The last two you can find in your SimPay account on the **Services Tab**. `Service ID` is in the header of the **Service Details** (the number after `Szczegóły usługi ID`) and `Service API key` is in the `Klucz API` field.

The last option you can configure is `Amount Type` which can be `Net` or `Gross`. It depends on the type of your prices in Sylius.

***Important!*** Remember that SyliusSimPayPlugin works only with **PLN currency**, so the prices of your products should be in PLN.

### Testing Mode

[](#testing-mode)

When you are on the **Details Tab of the Service**, you should also **pay attention to the state of your testing mode**.

**Testing mode is enabled by default**. It means that you can test your payments without any costs. When you want to start selling your products, you should change the state of this. Then you will be able to receive payments from your customers.

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

[](#contribution)

If you use Docker, setup local environment with the following command:

```
$ docker-compose up -d --build
```

Then enter the app container:

```
$ docker-compose exec app sh
```

And run the following command:

```
$ make init
```

Contact
-------

[](#contact)

Do you have an issue with integration or want to learn more? Write to

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.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

1075d ago

### Community

Maintainers

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

---

Top Contributors

[![RadnoK](https://avatars.githubusercontent.com/u/1699311?v=4)](https://github.com/RadnoK "RadnoK (14 commits)")[![DarkGL](https://avatars.githubusercontent.com/u/5832765?v=4)](https://github.com/DarkGL "DarkGL (5 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

paymentsphpsimpaysylius

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/simpaypl-sylius-simpay-plugin/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[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/sylius-adyen-plugin

BitBag Adyen plug-in for Sylius.

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

Sylius core bundle. It integrates all other bundles into full stack Symfony ecommerce solution.

22100.0k46](/packages/sylius-core-bundle)

PHPackages © 2026

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