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

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

mediaarea/kj-payment-stripe-bundle
==================================

Payment Bundle providing access to the Stripe API

1.1.1(8y ago)05.4kMITPHPPHP &gt;=5.3.2

Since May 21Pushed 8y ago2 watchersCompare

[ Source](https://github.com/MediaArea/KJPaymentStripeBundle)[ Packagist](https://packagist.org/packages/mediaarea/kj-payment-stripe-bundle)[ Docs](https://github.com/kengjin/KJPaymentStripeBundle)[ RSS](/packages/mediaarea-kj-payment-stripe-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (3)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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.6% 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

Unknown

Total

1

Last Release

3278d ago

### Community

Maintainers

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

---

Top Contributors

[![kengjin](https://avatars.githubusercontent.com/u/5278870?v=4)](https://github.com/kengjin "kengjin (19 commits)")[![GuillaumeRoques](https://avatars.githubusercontent.com/u/9786870?v=4)](https://github.com/GuillaumeRoques "GuillaumeRoques (6 commits)")[![hidabe](https://avatars.githubusercontent.com/u/50526?v=4)](https://github.com/hidabe "hidabe (5 commits)")[![ollietb](https://avatars.githubusercontent.com/u/342090?v=4)](https://github.com/ollietb "ollietb (3 commits)")

---

Tags

stripeSymfony2payment

### Embed Badge

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

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

###  Alternatives

[flux-se/payum-stripe

Payum Stripe gateways

29407.5k4](/packages/flux-se-payum-stripe)[payum/stripe

The Payum extension. It provides Stripe payment integration.

22573.1k3](/packages/payum-stripe)[enupal/stripe

Allows customers sign up for recurring and one-time payments with Stripe, perfect for orders, donations, subscriptions, and events. Create simple payment forms in seconds easily without coding. For Craft CMS 3.x

3416.5k1](/packages/enupal-stripe)[miracode/stripe-bundle

Symfony bundle to integrate Stripe PHP SDK. Ability to save Stripe objects in database using Doctrine.

1016.1k](/packages/miracode-stripe-bundle)[codenteq/stripe-payment-gateway

The Laravel eCommerce Stripe Payment Gateway

252.8k](/packages/codenteq-stripe-payment-gateway)[luyadev/luya-module-payment

LUYA Payment allows you to integrate payments in a safe and fast way. The module take care of all the provider required steps (call, create, success, abort, etc.) and provides all the informations for your store.

1012.1k](/packages/luyadev-luya-module-payment)

PHPackages © 2026

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