PHPackages                             devbigkelly-bagisto/stripe - 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. devbigkelly-bagisto/stripe

ActiveLibrary[Payment Processing](/categories/payments)

devbigkelly-bagisto/stripe
==========================

This package provides an additional strong help for user to use the stripe payment gateway in their bagisto laravel application

V0.02(2y ago)163MITPHP

Since Feb 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Devbigkelly/Bagisto-Stripe-Payment-Gateway)[ Packagist](https://packagist.org/packages/devbigkelly-bagisto/stripe)[ RSS](/packages/devbigkelly-bagisto-stripe/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Bagisto Stripe Payment Gateway
==============================

[](#bagisto-stripe-payment-gateway)

package provides a additional strong help for the user to use the stripe payment gateway in their Bagisto laravel ecommerce application.

Automatic Installation
----------------------

[](#automatic-installation)

1. Use command prompt to run this package `composer require devbigkelly-bagisto/stripe`
2. Now open `config/app.php` and register stripe provider.

```
'providers' => [
        // Stripe provider
        DevbigkellyBagisto\Stripe\Providers\StripeServiceProvider::class,
]
```

3. Now go to `package/Webkul/Admin/src/Resources/lang/en` copy these line at the bottom end of code.

```
  'stripe-apikey'                      => 'Api Key',
```

4. Now go to your bagisto admin section `admin/configuration/sales/paymentmethods` you will see the new payment gateway stripe.
5. Now run `php artisan config:cache`

Manual Installation
-------------------

[](#manual-installation)

1. Download the zip folder from the github repository.
2. Unzip the folder and go to your bagisto application path `package` and create a folder name `Wontonee/Stripe/` upload `src` folder inside this path.
3. Now open `config/app.php` and register stripe provider.

```
'providers' => [
        // Stripe provider
        DevbigkellyBagisto\Stripe\Providers\StripeServiceProvider::class,
]
```

4. Now open composer.json and go to `autoload psr-4`.

```
"autoload": {
        "psr-4": {
        "DevbigkellyBagisto\\Stripe\\": "packages/DevbigkellyBagisto/Stripe/src"
        }
    }
```

5. Now go to `package/Webkul/Admin/src/Resources/lang/en` copy these line at the bottom end of code.

```
  'stripe-apikey'                      => 'Api Key',
```

6. Now open the command prompt and run `composer dump-autoload`.
7. Now run `php artisan config:cache`
8. Now go to your bagisto admin section `admin/configuration/sales/paymentmethods` you will see the new payment gateway stripe.

Troubleshooting
---------------

[](#troubleshooting)

1. if anybody facing after placing a order you are not redirecting to payment gateway and getting a route error then simply go to `bootstrap/cache` and delete all the cache files.

For any help email us

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

870d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eacdda91749643dc828cf80bc6a857234a5d91fccde5dbbe688d53de55bc7820?d=identicon)[Devbigkelly](/maintainers/Devbigkelly)

---

Top Contributors

[![Devbigkelly](https://avatars.githubusercontent.com/u/103995977?v=4)](https://github.com/Devbigkelly "Devbigkelly (6 commits)")

### Embed Badge

![Health badge](/badges/devbigkelly-bagisto-stripe/health.svg)

```
[![Health](https://phpackages.com/badges/devbigkelly-bagisto-stripe/health.svg)](https://phpackages.com/packages/devbigkelly-bagisto-stripe)
```

###  Alternatives

[spatie/laravel-stripe-webhooks

Handle stripe webhooks in a Laravel application

5253.5M9](/packages/spatie-laravel-stripe-webhooks)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.9k](/packages/duncanmcclean-statamic-cargo)[ph7software/ph7cms

pH7Builder. Social Dating Web App Site Builder

1.0k1.6k](/packages/ph7software-ph7cms)[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k69](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k18](/packages/solspace-craft-freeform)[flux-se/payum-stripe

Payum Stripe gateways

29424.8k6](/packages/flux-se-payum-stripe)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
