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.6.1(2mo ago)11.2k4MITPHPPHP ^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 today

READMEChangelogDependencies (25)Versions (156)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

56

—

FairBetter than 97% of packages

Maintenance86

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity89

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

Total

153

Last Release

73d 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://avatars.githubusercontent.com/u/9389929?v=4)[Ivan I. Atanasov](/maintainers/iatanasov77)[@iatanasov77](https://github.com/iatanasov77)

---

Top Contributors

[![iatanasov77](https://avatars.githubusercontent.com/u/9389929?v=4)](https://github.com/iatanasov77 "iatanasov77 (1732 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.5k5.9M738](/packages/sylius-sylius)[sylius/payum-bundle

Payum integration for Symfony e-commerce applications.

11113.0k16](/packages/sylius-payum-bundle)[sylius/core

Sylius e-commerce core. It integrates all components.

10157.7k43](/packages/sylius-core)[razorpay/ifsc

Razorpay IFSC Codes Library

385205.4k](/packages/razorpay-ifsc)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[sylius/promotion-bundle

Manage ecommerce promotions system in your Symfony application.

21450.7k5](/packages/sylius-promotion-bundle)

PHPackages © 2026

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