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

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

regiosoft/stripe-bundle
=======================

A simple Symfony bundle for Stripe API.

1.3.6(3y ago)0148MITPHPPHP &gt;=7.1

Since Mar 18Pushed 3y agoCompare

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

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

RegiosoftStripeBundle
=====================

[](#regiosoftstripebundle)

A simple Symfony bundle for Stripe Api.

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

[](#only-smswhatsapp)

Setup
-----

[](#setup)

### Step 1: Download RegiosoftStripeBundle using composer

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

Add Stripe Bundle in your composer.json:

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

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

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
