PHPackages                             catch-of-the-day/stripe-webhook-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. [API Development](/categories/api)
4. /
5. catch-of-the-day/stripe-webhook-bundle

ActiveSymfony-bundle[API Development](/categories/api)

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

A Symfony 2 bundle for handling Stripe Webhooks.

051.7kPHP

Since Sep 16Pushed 9y ago25 watchersCompare

[ Source](https://github.com/CatchoftheDay/stripe-webhook-bundle)[ Packagist](https://packagist.org/packages/catch-of-the-day/stripe-webhook-bundle)[ RSS](/packages/catch-of-the-day-stripe-webhook-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

MRPStripeWebhookBundle
======================

[](#mrpstripewebhookbundle)

A Symfony 2 bundle for handling Stripe Webhooks.

Features:

- Triggers a Symfony event from a Stripe Webhook event.

Status
------

[](#status)

WIP

Installation
------------

[](#installation)

### Step 1:

[](#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:

[](#step-2)

Enable this bundle in your kernel:

```
