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

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

driveop/stripe-bundle
=====================

A simple Symfony bundle for Stripe API.

1.1.4(5y ago)01382MITPHPPHP &gt;=7.1CI failing

Since Mar 18Pushed 5y agoCompare

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

READMEChangelogDependencies (8)Versions (17)Used By (0)

DriveOpStripeBundle
===================

[](#driveopstripebundle)

A simple Symfony bundle for Stripe Api.

Only SMS/WhatsApp!
==================

[](#only-smswhatsapp)

Setup
-----

[](#setup)

### Step 1: Download DriveOpStripeBundle using composer

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

Add Stripe Bundle in your composer.json:

```
{
    "require": {
        "driveop/stripe-bundle": "^1.0"
    }
}
```

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

```
$ php composer.phar update "driveop/stripe-bundle"
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
