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

ActiveProject[Payment Processing](/categories/payments)

arteneo/payum-przelewy24-bundle
===============================

Przelewy24 payments bundle for Symfony based on Payum

0.0.6(3y ago)0122proprietaryPHP

Since Jun 7Pushed 3y agoCompare

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

READMEChangelog (4)Dependencies (3)Versions (5)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

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~82 days

Total

4

Last Release

1189d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[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)[lokielse/omnipay-unionpay

UnionPay gateway for Omnipay payment processing library

11358.1k2](/packages/lokielse-omnipay-unionpay)[sylius/payum-bundle

Payum integration for Symfony e-commerce applications.

11109.5k8](/packages/sylius-payum-bundle)

PHPackages © 2026

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