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

ActiveProject

umbrella-limited/payum-przelewy24-bundle
========================================

Przelewy24 payments bundle for Symfony based on Payum

31356PHP

Since Jul 31Pushed 8y ago7 watchersCompare

[ Source](https://github.com/umbrellalimited/payum-przelewy24-bunde)[ Packagist](https://packagist.org/packages/umbrella-limited/payum-przelewy24-bundle)[ RSS](/packages/umbrella-limited-payum-przelewy24-bundle/feed)WikiDiscussions master Synced 1mo 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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

paymentspayumprzelewy24symfony2

### Embed Badge

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

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

PHPackages © 2026

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