PHPackages                             itpeopleperformance/kj-payment-stripe-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. itpeopleperformance/kj-payment-stripe-bundle

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

itpeopleperformance/kj-payment-stripe-bundle
============================================

Payment Bundle providing access to the Stripe API

01PHP

Since Nov 30Pushed 2y agoCompare

[ Source](https://github.com/itpeopleperformance/KJPaymentStripeBundle)[ Packagist](https://packagist.org/packages/itpeopleperformance/kj-payment-stripe-bundle)[ RSS](/packages/itpeopleperformance-kj-payment-stripe-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

KJPaymentStripeBundle
=====================

[](#kjpaymentstripebundle)

Payment Bundle providing access to the Stripe API

Installation
============

[](#installation)

composer
--------

[](#composer)

composer require sopinet/kj-payment-stripe-bundle

AppKernel
---------

[](#appkernel)

add to AppKernel:

```
    new KJ\Payment\StripeBundle\KJPaymentStripeBundle(),

```

config.yml
----------

[](#configyml)

```
// app/config/config.yml
kj_payment_stripe:
    api_key: sk_test_blablabla # ApiKey from Stripe
    api_version: "2016-07-06" # Last version from Stripe
```

Configuration in JMSPaymentBundle
=================================

[](#configuration-in-jmspaymentbundle)

You need add: "stripe\_card\_credit" method to your JMSPaymentBundle form

Optional: configure form for credit card
========================================

[](#optional-configure-form-for-credit-card)

You can use full form for credit card by default, with address options and others.

But you can configure another minimal form too, you can override this parameter so:

```
payment.form.stripe_credit_card_type.class: KJ\Payment\StripeBundle\Form\StripeCreditCardMinimumType

```

By last, you could to do your own form too

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 69% 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/345fcb671b2b25e30353345babee3339aed6c119b12e24e27bd6294de5f4cbc9?d=identicon)[it@people-performance.com](/maintainers/it@people-performance.com)

---

Top Contributors

[![itpeopleperformance](https://avatars.githubusercontent.com/u/25792903?v=4)](https://github.com/itpeopleperformance "itpeopleperformance (69 commits)")[![kengjin](https://avatars.githubusercontent.com/u/5278870?v=4)](https://github.com/kengjin "kengjin (19 commits)")[![hidabe](https://avatars.githubusercontent.com/u/50526?v=4)](https://github.com/hidabe "hidabe (9 commits)")[![ollietb](https://avatars.githubusercontent.com/u/342090?v=4)](https://github.com/ollietb "ollietb (3 commits)")

### Embed Badge

![Health badge](/badges/itpeopleperformance-kj-payment-stripe-bundle/health.svg)

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

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)[binkode/laravel-paystack

A description for laravel-paystack.

112.1k](/packages/binkode-laravel-paystack)

PHPackages © 2026

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