Download the PHP package stetodd/stripe-gateway-bundle without Composer
On this page you can find all versions of the php package stetodd/stripe-gateway-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stetodd/stripe-gateway-bundle
More information about stetodd/stripe-gateway-bundle
Files in stetodd/stripe-gateway-bundle
Package stripe-gateway-bundle
Short Description Stripe implementation of stetodd/payment-gateway as a Symfony bundle
License MIT
Informations about the package stripe-gateway-bundle
stetodd/stripe-gateway-bundle
Stripe implementation of stetodd/payment-gateway as a Symfony bundle.
Install
Register in config/bundles.php:
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
Defaults read from env vars — set these and you need no bundle config at all:
STRIPE_SECRET_KEYSTRIPE_CHECKOUT_SUCCESS_URLSTRIPE_CHECKOUT_CANCEL_URL
Or configure explicitly in config/packages/stetodd_stripe_gateway.yaml:
Webhooks
Route Stripe webhooks to the bundled parser in config/packages/webhook.yaml:
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.
All versions of stripe-gateway-bundle with dependencies
psr/log Version ^3.0
stetodd/payment-gateway Version ^0.2
stripe/stripe-php Version ^20.2
symfony/config Version ^7.2|^8.0
symfony/dependency-injection Version ^7.2|^8.0
symfony/http-foundation Version ^7.2|^8.0
symfony/http-kernel Version ^7.2|^8.0
symfony/serializer Version ^7.2|^8.0
symfony/webhook Version ^7.2|^8.0