PHPackages                             codenteq/stripe-payment-gateway - 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. codenteq/stripe-payment-gateway

ActivePackage[Payment Processing](/categories/payments)

codenteq/stripe-payment-gateway
===============================

The Laravel eCommerce Stripe Payment Gateway

v1.5.3(10mo ago)243.3k↓22.2%11[1 PRs](https://github.com/codenteq/stripe-payment-gateway/pulls)MITPHP

Since May 4Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/codenteq/stripe-payment-gateway)[ Packagist](https://packagist.org/packages/codenteq/stripe-payment-gateway)[ Docs](https://codenteq.com)[ GitHub Sponsors](https://github.com/sponsors/codenteq)[ RSS](/packages/codenteq-stripe-payment-gateway/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

[![](src/Resources/assets/images/stripe.svg)](https://codenteq.com)

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

[](#stripe-payment-gateway)

[![License](https://camo.githubusercontent.com/cb6e706ab26a341f9de80c37b6bea15f2cab58f814bb9a3ab8fbd5548e82720e/68747470733a2f2f706f7365722e707567782e6f72672f636f64656e7465712f7374726970652d7061796d656e742d676174657761792f6c6963656e7365)](https://github.com/codenteq/stripe-payment-gateway/blob/master/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/2c7429efd964ee5d44c28008b9368f197e11c2a4925697e9501a808ac4b6fe42/68747470733a2f2f706f7365722e707567782e6f72672f636f64656e7465712f7374726970652d7061796d656e742d676174657761792f642f746f74616c)](https://packagist.org/packages/codenteq/stripe-payment-gateway)

1. Introduction:
----------------

[](#1-introduction)

Install this package now to receive secure payments in your online store. Stripe offers an easy and secure payment gateway

2. Requirements:
----------------

[](#2-requirements)

- **PHP**: 8.1 or higher.
- **Bagisto**: v2.\*
- **Composer**: 1.6.5 or higher.

3. Installation:
----------------

[](#3-installation)

- Run the following command

```
composer require codenteq/stripe-payment-gateway

```

- Run these commands below to complete the setup

```
composer dump-autoload

```

- Run these commands below to complete the setup

```
php artisan optimize

```

- Go to the Bagisto admin panel, find the Stripe payment gateway, enter your API key and start receiving payments.

```
http://localhost:8000/admin/configuration/sales/payment_methods

```

- To use the demo API key, paste the key into the Stripe Client Secret section.

```
sk_test_BQokikJOvBiI2HlWgH4olfQ2

```

Installation without composer:
------------------------------

[](#installation-without-composer)

- Unzip the respective extension zip and then merge "packages" and "storage" folders into project root directory.
- To ensure that your custom shipping method package is properly integrated into the Bagisto application, you need to register your service provider. This can be done by adding it to the `bootstrap/providers.php` file in the Bagisto root directory.

```
Webkul\Stripe\Providers\StripeServiceProvider::class,

```

- Goto composer.json file and add following line under 'psr-4'

```
"Webkul\\Stripe\\": "packages/Webkul/Stripe/src"

```

- Run these commands below to complete the setup

```
composer dump-autoload

```

```
php artisan optimize

```

- Go to the Bagisto admin panel, find the Stripe payment gateway, enter your API key and start receiving payments.

```
http://localhost:8000/admin/configuration/sales/payment_methods

```

- To use the demo API key, paste the key into the Stripe Client Secret section.

```
sk_test_BQokikJOvBiI2HlWgH4olfQ2

```

> That's it, now just execute the project on your specified domain.

How to contribute
-----------------

[](#how-to-contribute)

Stripe Payment Gateway is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our [Contribution Guideline document.](https://codenteq.com/contributor-covenant-code-of-conduct/)

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance66

Regular maintenance activity

Popularity33

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.7% 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 ~105 days

Recently: every ~122 days

Total

9

Last Release

309d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/06878efbf4b8ae440f1f737718455196a9cffd6e35de36f1838891fb7dd683cd?d=identicon)[ahmetarsiv](/maintainers/ahmetarsiv)

---

Top Contributors

[![ahmetarsiv](https://avatars.githubusercontent.com/u/101526596?v=4)](https://github.com/ahmetarsiv "ahmetarsiv (22 commits)")[![karabayyazilim](https://avatars.githubusercontent.com/u/45515180?v=4)](https://github.com/karabayyazilim "karabayyazilim (8 commits)")[![StefanoMartella](https://avatars.githubusercontent.com/u/29805626?v=4)](https://github.com/StefanoMartella "StefanoMartella (2 commits)")[![ndr3svt](https://avatars.githubusercontent.com/u/11940650?v=4)](https://github.com/ndr3svt "ndr3svt (1 commits)")[![yusuf](https://avatars.githubusercontent.com/u/90121?v=4)](https://github.com/yusuf "yusuf (1 commits)")

---

Tags

acikkaynakbagistocodenteqecommerceopensourcepaymentstripestripepaymentecommercebagistoopensource

### Embed Badge

![Health badge](/badges/codenteq-stripe-payment-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/codenteq-stripe-payment-gateway/health.svg)](https://phpackages.com/packages/codenteq-stripe-payment-gateway)
```

###  Alternatives

[flux-se/payum-stripe

Payum Stripe gateways

29418.1k6](/packages/flux-se-payum-stripe)[payum/stripe

The Payum extension. It provides Stripe payment integration.

20594.2k4](/packages/payum-stripe)[codenteq/iyzico-payment-gateway

The Laravel eCommerce Iyzico Payment Gateway

111.0k](/packages/codenteq-iyzico-payment-gateway)[paymentsuite/stripe-bundle

Stripe PaymentSuite Component

105.0k](/packages/paymentsuite-stripe-bundle)[lunarphp/stripe

Stripe payment driver for Lunar.

2064.7k4](/packages/lunarphp-stripe)[tastyigniter/ti-ext-payregister

Allows you to accept credit card payments using PayPal, Stripe, Authorize.Net and/or Mollie.

1016.7k6](/packages/tastyigniter-ti-ext-payregister)

PHPackages © 2026

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