PHPackages                             softify/payum-przelewy24-bundle - 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. softify/payum-przelewy24-bundle

ActiveSymfony-bundle[Payment Processing](/categories/payments)

softify/payum-przelewy24-bundle
===============================

Przelewy24 payments bundle for Symfony based on Payum

v1.0.7(1y ago)21834MITPHP

Since Oct 11Pushed 1y ago2 watchersCompare

[ Source](https://github.com/SoftifyDev/PayumPrzelewy24Bundle)[ Packagist](https://packagist.org/packages/softify/payum-przelewy24-bundle)[ RSS](/packages/softify-payum-przelewy24-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (5)Versions (9)Used By (0)

 [ ![](https://camo.githubusercontent.com/b74ebf6f023772ebb5942dfcda87029b46e563cd8fc9bccf1368628370a3719e/68747470733a2f2f7777772e70727a656c65777932342e706c2f7468656d65732f70727a656c65777932342f6173736574732f696d672f626173652f70727a656c65777932345f6c6f676f5f323032322e737667) ](https://www.przelewy24.pl/)

Payum Przelewy24 bundle
=======================

[](#payum-przelewy24-bundle)

Payum Bundle for Przelewy24 online payment.

Overview
--------

[](#overview)

The bundle integrates [Przelewy24](https://www.przelewy24.pl/) payments with Symfony based applications. After the installation you should be able to create a payment method for przelewy24 gateway and enable its payments in your web application. Bundle also supports online refunds and marketplace.

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

[](#installation)

1. Run `composer require softify/payum-przelewy24-bundle`.
2. Add bundle dependencies to your config/bundles.php file:

```
   return [
       Softify\PayumPrzelewy24Bundle\PayumPrzelewy24Bundle::class => ['all' => true],
   ]
```

3. Add PayumBundle routing to main configuration

```
payum_all:
    resource: "@PayumBundle/Resources/config/routing/all.xml"
```

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

[](#configuration)

Create entities based on models from bundle

```
namespace App\Entity;

use Softify\PayumPrzelewy24Bundle\Entity\Payment as BasePayment;

class Payment extends BasePayment
{
}
```

```
namespace App\Entity;

use Softify\PayumPrzelewy24Bundle\Entity\PaymentToken as BasePaymentToken;

class PaymentToken extends BasePaymentToken
{
}
```

Add payum przelewy24 gateway configuration

```
payum:
    storages:
        App\Entity\Payment: { doctrine: orm }

    security:
        token_storage:
            App\Entity\PaymentToken: { doctrine: orm }

    gateways:
        przelewy24:
            factory: 'przelewy24'
            sandbox: boolean
            clientId: string
            clientSecret: string
            apiKey: string
            marketplace: boolean
            marketplaceApiKey: string
            marketplaceClientId: string
            marketplaceApiUri: string
            actions:
                invalidateCaptureToken: boolean
```

For marketplace Przelewy24 doesn't have sandbox.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

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

Every ~107 days

Recently: every ~187 days

Total

8

Last Release

554d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b2fd9ba9a3325229aa8dc5fff6044c450e0d56522623e7a7d1de9557c40390c?d=identicon)[kryslin](/maintainers/kryslin)

---

Top Contributors

[![kryslin](https://avatars.githubusercontent.com/u/1465380?v=4)](https://github.com/kryslin "kryslin (24 commits)")

---

Tags

paymentpayumprzelewy24symfonysymfony-bundle

### Embed Badge

![Health badge](/badges/softify-payum-przelewy24-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/softify-payum-przelewy24-bundle/health.svg)](https://phpackages.com/packages/softify-payum-przelewy24-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M648](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

587421.0k11](/packages/lokielse-omnipay-alipay)[lokielse/omnipay-wechatpay

Wechat gateway for Omnipay payment processing library

329224.5k7](/packages/lokielse-omnipay-wechatpay)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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