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

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

jhv/payment-service-bundle
==========================

PaymentServiceBundle

022PHP

Since Jun 6Pushed 13y agoCompare

[ Source](https://github.com/jvahldick/PaymentServiceBundle)[ Packagist](https://packagist.org/packages/jhv/payment-service-bundle)[ RSS](/packages/jhv-payment-service-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PaymentServiceBundle
====================

[](#paymentservicebundle)

Symfony2 Bundle :: Create and manipulate payment methods and "services or gateways"

### Configuration Reference

[](#configuration-reference)

Arquivo de configuração padrão.

```
# app/config.yml
### JHVPaymentServiceBundle
jhv_payment_service:
	### Template
    default_template: "JHVPaymentServiceBundle:Form:payment_methods.html.twig"

    security:
        secret_key  : "secret key"
        cipher      : "rijndael-256"
        mode        : "cfb"

    ### Definição das classes
    classes:
        ### Managers
        plugin_manager            : "JHV\\Payment\\ServiceBundle\\Manager\\PluginManager"
        payment_method_manager    : "JHV\\Payment\\ServiceBundle\\Manager\\PaymentMethodManager"

        ### Form
        payment_selector_type     : "JHV\\Payment\\ServiceBundle\\Form\\Type\\PaymentSelectorType"
        payment_selector_factory  : "JHV\\Payment\\ServiceBundle\\Factory\\PaymentFormFactory"

        ### Objetos
        payment_method_class      : "JHV\\Payment\\ServiceBundle\\Model\\PaymentMethod"
        payment_instruction_class : "PaymentInstruction"

        ### Segurança
        encrypter                 : "JHV\\Payment\\ServiceBundle\\Security\\Encrypter"

        ### Twig extension
        twig_extension            : "JHV\\Payment\\ServiceBundle\\Twig\\Extension\\PaymentServiceExtension"

    ### Formas de pagamento disponíveis
    payment_methods:
        cobrebem_visa:
            code          : "VISA"
            name          : "Cartão visa"
            description   : "Pagamento com o cartão visa"
            enabled       : true
			visible       : true
            plugin        : plugin_name
            image         : /bundles/nome-bundle/images/cartao-visa.jpg
			extra_data    :
                operadora : CIELO
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

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://avatars.githubusercontent.com/u/1273450?v=4)[joerg](/maintainers/jhv)[@jhv](https://github.com/jhv)

---

Top Contributors

[![jvahldick](https://avatars.githubusercontent.com/u/1113015?v=4)](https://github.com/jvahldick "jvahldick (13 commits)")

### Embed Badge

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

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

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18570.2k1](/packages/omnipay-coinbase)

PHPackages © 2026

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