PHPackages                             vankosoft/payment-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. vankosoft/payment-bundle

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

vankosoft/payment-bundle
========================

VankoSoft Symfony Application Extension - Payment Bundle

v4.5.11(2mo ago)11.1k4MITPHPPHP ^8.2

Since Nov 19Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/iatanasov77/vs-payment-bundle)[ Packagist](https://packagist.org/packages/vankosoft/payment-bundle)[ Docs](https://github.com/iatanasov77/vs-payment-bundle)[ RSS](/packages/vankosoft-payment-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (14)Versions (154)Used By (4)

VankoSoft Symfony Application Extension - Payment Bundle
========================================================

[](#vankosoft-symfony-application-extension---payment-bundle)

I. Register/Initialize Payment Bundle
-------------------------------------

[](#i-registerinitialize-payment-bundle)

Add to config/bundles.php

```
return [
    ...

    Vankosoft\PaymentBundle\VSPaymentBundle::class => ['all' => true],
    Payum\Bundle\PayumBundle\PayumBundle::class => ['all' => true],
];
```

Create VsPayment Config config/packages/vs\_payment.yaml

```
vs_payment:
    resources:
        gateway_config:
            classes:
                model: App\Entity\Payment\GatewayConfig
        payment_method:
            classes:
                model: App\Entity\Payment\PaymentMethod
        payment:
            classes:
                model: App\Entity\Payment\Payment
```

II. Testing Payum Functinalities
--------------------------------

[](#ii-testing-payum-functinalities)

Add Payum Configuration If You Want to Test Something

```
payum:
    storages:
        Payum\Core\Model\Payment:
            filesystem:
                storage_dir: '%kernel.project_dir%/var/payum/payments'
                id_property: number

        Payum\Core\Model\ArrayObject:
            filesystem:
                storage_dir: '%kernel.project_dir%/var/payum/payments'
                id_property: number

    security:
        token_storage:
            Payum\Core\Model\Token:
                filesystem:
                    storage_dir: '%kernel.project_dir%/var/payum/gateways'
                    id_property: hash

    gateways:
        offline:
            factory: offline
```

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance83

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 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 ~9 days

Total

151

Last Release

84d ago

Major Versions

v0.2.0 → v1.0.02022-05-24

v1.0.2 → v2.0.02022-06-12

v1.9.12 → v2.9.122023-12-08

v2.11.11 → v3.0.02024-01-31

v3.4.0 → v4.0.02025-03-15

PHP version history (4 changes)v0.0.1PHP ^7.2

v2.0.1PHP ^7.2|^8.0

v2.3.0PHP ^8.1

v4.0.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![iatanasov77](https://avatars.githubusercontent.com/u/9389929?v=4)](https://github.com/iatanasov77 "iatanasov77 (1723 commits)")

---

Tags

symfonyextensionpaymentapplicationpayumvankosoft

### Embed Badge

![Health badge](/badges/vankosoft-payment-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/vankosoft-payment-bundle/health.svg)](https://phpackages.com/packages/vankosoft-payment-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[sylius/payum-bundle

Payum integration for Symfony e-commerce applications.

11109.5k8](/packages/sylius-payum-bundle)[valiton/payum-payone

The Payum extension. It provides PAYONE payment integration.

1114.6k](/packages/valiton-payum-payone)

PHPackages © 2026

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