Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Stripe Webhook Bundle Laravel Package

catch-of-the-day/stripe-webhook-bundle

View on GitHub
Deep Wiki
Context7

MRPStripeWebhookBundle

A Symfony 2 bundle for handling Stripe Webhooks.

Features:

  • Triggers a Symfony event from a Stripe Webhook event.

Status

WIP

Installation

Step 1:

Add MRPStripeWebhookBundle to your composer.json:

{
	"require": {
		"mrp/stripe-webhook-bundle": "*"
	}
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update mrp/stripe-webhook-bundle

Step 2:

Enable this bundle in your kernel:

<?php
// app/AppKernel.php
public function registerBundles()
{
	$bundles = array(
		// …
		new MRP\StripeWebhookBundle\MRPStripeWebhookBundle()
	);
}

Step 3:

Import the MRPStripeWebhookBundle routing files:

In YAML:

# app/config/routing.yml
mrp_stripe_webhook:
	resources: "@MRPStripeWebhookBundle/Resources/config/routing/routing.yml"
	prefix: /

Webhooks

This bundle receives webhooks at "/stripe-webhooks" and dispatches the event which you can listen for.

For example: the 'charge.succeeded' event is dispatched as 'mrp_stripe_webhook.charge.succeeded'

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope