PHPackages                             lightningsdk/checkout-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. lightningsdk/checkout-stripe

ActiveLibrary[Payment Processing](/categories/payments)

lightningsdk/checkout-stripe
============================

Adds Stripe integration to Checkout.

05PHP

Since Jun 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/LightningSDK/Checkout-Stripe)[ Packagist](https://packagist.org/packages/lightningsdk/checkout-stripe)[ RSS](/packages/lightningsdk-checkout-stripe/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Lightning-Stripe: Stripe payment processor for Lightning-Checkout
=================================================================

[](#lightning-stripe-stripe-payment-processor-for-lightning-checkout)

What it does:
=============

[](#what-it-does)

Adds Stripe payment processing to Checkout.

Installation and Configuration
==============================

[](#installation-and-configuration)

```
$conf = [
    'modules' => [
        'stripe' => [
            // A thankyou email message id that is sent to the buyer on
            // successful purchase.
            'buyer_email' => {int}

            // An alert message to send to the seller when an order
            // has been made.
            'seller_email' => {int}

            // The descriptoer to appear on the credit card statement
            // of the buyer
            'statement_descriptor' => {string}

            // Whether to allow bitcoin payment processing.
            'bitcoin' => false,

            // Public key for processing transactions
            'public' => {string},

            // Private key for processing transactions
            'private' => {string},
        ]
    ]
];

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1879e80f3bbcd9374022ed906ac57c819a2702bb71cf64724a4154f330b5ef89?d=identicon)[macdabby](/maintainers/macdabby)

---

Top Contributors

[![macdabby](https://avatars.githubusercontent.com/u/176957?v=4)](https://github.com/macdabby "macdabby (50 commits)")

### Embed Badge

![Health badge](/badges/lightningsdk-checkout-stripe/health.svg)

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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