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(11mo ago)233.9k↑31.8%11[1 PRs](https://github.com/codenteq/stripe-payment-gateway/pulls)MITPHP

Since May 4Pushed 6mo 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 1w 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

43

—

FairBetter than 89% of packages

Maintenance60

Regular maintenance activity

Popularity34

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity51

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

355d 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

[duncanmcclean/statamic-cargo

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

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

pH7Builder. Social Dating Web App Site Builder

1.1k1.6k](/packages/ph7software-ph7cms)[flux-se/payum-stripe

Payum Stripe gateways

29431.5k6](/packages/flux-se-payum-stripe)[tastyigniter/ti-ext-payregister

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

1021.3k11](/packages/tastyigniter-ti-ext-payregister)[payum/stripe

The Payum extension. It provides Stripe payment integration.

22614.8k4](/packages/payum-stripe)[flux-se/sylius-stripe-plugin

Sylius Stripe plugin using Payment Request

1256.4k2](/packages/flux-se-sylius-stripe-plugin)

PHPackages © 2026

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