PHPackages                             mrp/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. mrp/stripe-webhook-bundle

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

mrp/stripe-webhook-bundle
=========================

A Symfony 2 bundle for handling Stripe Webhooks.

165

Since Jun 4Pushed 13y ago1 watchersCompare

[ Source](https://github.com/mathewpeterson/StripeWebhookBundle)[ Packagist](https://packagist.org/packages/mrp/stripe-webhook-bundle)[ RSS](/packages/mrp-stripe-webhook-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)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:

```
