PHPackages                             stetodd/stripe-gateway-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. stetodd/stripe-gateway-bundle

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

stetodd/stripe-gateway-bundle
=============================

Stripe implementation of stetodd/payment-gateway as a Symfony bundle

v0.2.0(1mo ago)08MITPHPPHP &gt;=8.4

Since Jun 12Pushed 1mo agoCompare

[ Source](https://github.com/stetodd/stripe-gateway-bundle)[ Packagist](https://packagist.org/packages/stetodd/stripe-gateway-bundle)[ RSS](/packages/stetodd-stripe-gateway-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (18)Versions (3)Used By (0)

stetodd/stripe-gateway-bundle
=============================

[](#stetoddstripe-gateway-bundle)

Stripe implementation of [`stetodd/payment-gateway`](../payment-gateway) as a Symfony bundle.

Install
-------

[](#install)

```
composer require stetodd/stripe-gateway-bundle
```

Register in `config/bundles.php`:

```
Stetodd\StripeGatewayBundle\StetoddStripeGatewayBundle::class => ['all' => true],
```

The bundle binds `Stetodd\PaymentGateway\PaymentGatewayInterface` to `StripePaymentGateway`. Override the alias in your own services config to swap implementations (e.g. the Simulator in tests).

Configuration
-------------

[](#configuration)

Defaults read from env vars — set these and you need no bundle config at all:

- `STRIPE_SECRET_KEY`
- `STRIPE_CHECKOUT_SUCCESS_URL`
- `STRIPE_CHECKOUT_CANCEL_URL`

Or configure explicitly in `config/packages/stetodd_stripe_gateway.yaml`:

```
stetodd_stripe_gateway:
    secret_key: '%env(STRIPE_SECRET_KEY)%'
    checkout_success_url: '%env(STRIPE_CHECKOUT_SUCCESS_URL)%'
    checkout_cancel_url: '%env(STRIPE_CHECKOUT_CANCEL_URL)%'
    webhook_path: /webhook/stripe
```

Webhooks
--------

[](#webhooks)

Route Stripe webhooks to the bundled parser in `config/packages/webhook.yaml`:

```
framework:
    webhook:
        routing:
            stripe:
                service: Stetodd\StripeGatewayBundle\Webhook\StripeRequestParser
                secret: '%env(STRIPE_WEBHOOK_SECRET)%'
```

Consume events with a `#[AsRemoteEventConsumer('stripe')]` consumer in your app — that part is application-specific. `Stetodd\StripeGatewayBundle\Webhook\WebhookEvent` hydrates typed Stripe objects from the payload.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance93

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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.

###  Release Activity

Cadence

Every ~11 days

Total

2

Last Release

34d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1611641?v=4)[Steve Todd](/maintainers/stetodd)[@stetodd](https://github.com/stetodd)

---

Top Contributors

[![stetodd](https://avatars.githubusercontent.com/u/1611641?v=4)](https://github.com/stetodd "stetodd (5 commits)")

### Embed Badge

![Health badge](/badges/stetodd-stripe-gateway-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M401](/packages/easycorp-easyadmin-bundle)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M605](/packages/shopware-core)

PHPackages © 2026

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