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(9y ago)05.6kMITPHPPHP &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 3w ago

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 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

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

3332d ago

### Community

Maintainers

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

29424.8k6](/packages/flux-se-payum-stripe)[ph7software/ph7cms

pH7Builder. Social Dating Web App Site Builder

1.0k1.6k](/packages/ph7software-ph7cms)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3417.0k](/packages/duncanmcclean-statamic-cargo)[payum/stripe

The Payum extension. It provides Stripe payment integration.

22605.6k4](/packages/payum-stripe)[tastyigniter/ti-ext-payregister

Allows you to accept credit card payments using PayPal, Stripe, Authorize.Net and/or Mollie.

1018.3k8](/packages/tastyigniter-ti-ext-payregister)[flux-se/sylius-stripe-plugin

Sylius Stripe plugin using Payment Request

1242.7k2](/packages/flux-se-sylius-stripe-plugin)

PHPackages © 2026

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