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

ActiveProject[Payment Processing](/categories/payments)

pczyzyk/payum-przelewy24-bundle
===============================

Przelewy24 payments bundle for Symfony based on Payum

152PHP

Since Sep 21Pushed 2y agoCompare

[ Source](https://github.com/pczyzyk/payum-przelewy24-bunde)[ Packagist](https://packagist.org/packages/pczyzyk/payum-przelewy24-bundle)[ RSS](/packages/pczyzyk-payum-przelewy24-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

README
======

[](#readme)

1. Create services in services.yml

```
    app.payment.przelewy24.capture_offsite:
        class: Umbrella\PayumPrzelewy24Bundle\Action\CaptureOffsite

    app.payment.przelewy24.status:
        class: Umbrella\PayumPrzelewy24Bundle\Action\Status

    app.payment.przelewy24.notify:
        class: Umbrella\PayumPrzelewy24Bundle\Action\Notify
        arguments:
          - '@repository.payment'
          - '@doctrine.orm.default_entity_manager'

```

2. Create przelewy24 gateway

```
    app.payment.przelewy24.gateway_factory:
        class: Payum\Core\Bridge\Symfony\Builder\GatewayFactoryBuilder
        arguments: ['Umbrella\PayumPrzelewy24Bundle\Factory\Przelewy24OffsiteGatewayFactory']
        tags:
          - { name: payum.gateway_factory_builder, factory: przelewy24 }

```

3. Add configuration for payum to config.yml

```
payum:
    security:
        token_storage:
            AppBundle\Entity\PaymentToken: { doctrine: orm }

    storages:
        AppBundle\Entity\Payment: { doctrine: orm }

    gateways:
        przelewy24:
            factory: przelewy24
            sandbox: true
            clientId: %clientId%
            clientSecret: %clientSecret%
            returnUrl: %returnUrl% #http://localhost
            payum.action.status: '@app.payment.przelewy24.status'
            payum.action.capture_offsite: '@app.payment.przelewy24.capture_offsite'
            payum.action.notify: '@app.payment.przelewy24.notify'

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

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

---

Top Contributors

[![pczyzyk](https://avatars.githubusercontent.com/u/11628965?v=4)](https://github.com/pczyzyk "pczyzyk (3 commits)")[![pdziak](https://avatars.githubusercontent.com/u/2017268?v=4)](https://github.com/pdziak "pdziak (2 commits)")

### Embed Badge

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

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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