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

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

avro/stripe-bundle
==================

Symfony2 Bundle for managing user subscriptions and payments with Stripe.

0.1.0(13y ago)163868MITPHPPHP &gt;=5.3.2

Since Nov 16Pushed 12y ago5 watchersCompare

[ Source](https://github.com/jdewit/AvroStripeBundle)[ Packagist](https://packagist.org/packages/avro/stripe-bundle)[ Docs](http://github.com/jdewit/AvroStripeBundle)[ RSS](/packages/avro-stripe-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (4)Used By (0)

AvroStripeBundle [![Build Status](https://camo.githubusercontent.com/5d4f53631f0ef5ae50d021fd965a683d9a86c6b38837ec9b0ea32d8a18391e55/68747470733a2f2f7472617669732d63692e6f72672f6a64657769742f4176726f53747269706542756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/jdewit/AvroStripeBundle)
=====================================================================================================================================================================================================================================================================================================================

[](#avrostripebundle-)

A symfony2 bundle for interacting with the awesome Stripe payment service.

Features:

- Allow users to pay and receive money
- Subscribe a user to a plan
- Update a users plan
- View/print invoices &amp; charges
- Create coupons
- Create plans

### Status

[](#status)

WIP

### Step 1: Download AvroStripeBundle using composer

[](#step-1-download-avrostripebundle-using-composer)

Add AvroStripeBundle in your composer.json:

```
{
    "require": {
        "jdewit/stripe-bundle": "*"
    }
}
```

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

```
$ php composer.phar update jdewit/stripe-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
