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

ActiveSilverstripe-vendormodule[Payment Processing](/categories/payments)

jinjie/stripe-product-checkout
==============================

A very simple stripe checkout for SilverStripe

110PHPCI failing

Since Mar 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jinjie/stripe-product-checkout)[ Packagist](https://packagist.org/packages/jinjie/stripe-product-checkout)[ RSS](/packages/jinjie-stripe-product-checkout/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Stripe Checkout for SilverStripe 4
----------------------------------

[](#stripe-checkout-for-silverstripe-4)

This does not intend to be a full e-commerce solution.

### Installation

[](#installation)

`composer require jinjie/stripe-product-checkout`

### Configuration

[](#configuration)

Add Stripe keys to `.env` file

```
STRIPE_PK=""
STRIPE_SK=""

```

### Extending

[](#extending)

By default, only the product will be used in line\_items in checkout. You can change this with something like below.

```
StripeProductCheckout\Controllers\ProductController:
  extensions:
    - MyProductExtension

```

```
// ...
public function updateCheckoutItems(&$items)
{
    // Manipulate $items array here to be used in line_items
}
// ...

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

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/2d24d7bd9fd11fef8ef00cbb7c27213e1701c074242fef49803db9bdcc9af210?d=identicon)[jinjie](/maintainers/jinjie)

---

Top Contributors

[![jinjie](https://avatars.githubusercontent.com/u/2721195?v=4)](https://github.com/jinjie "jinjie (2 commits)")

---

Tags

silverstripestripestripe-checkout

### Embed Badge

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

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

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18579.5k1](/packages/omnipay-coinbase)[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)[patryqhyper/polish_payments_api

Library for polish payment providers

141.6k](/packages/patryqhyper-polish-payments-api)

PHPackages © 2026

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