PHPackages                             i-lateral/silverstripe-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. i-lateral/silverstripe-checkout-stripe

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

i-lateral/silverstripe-checkout-stripe
======================================

Silverstripe module that add's Stripe payment integration to the checkout module

0.1(10y ago)0692BSD-3-ClausePHP

Since Mar 21Pushed 9y ago2 watchersCompare

[ Source](https://github.com/i-lateral/silverstripe-checkout-stripe)[ Packagist](https://packagist.org/packages/i-lateral/silverstripe-checkout-stripe)[ Docs](http://github.com/i-lateral/silverstripe-checkout-stripe)[ RSS](/packages/i-lateral-silverstripe-checkout-stripe/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Silverstripe Checkout Stripe
============================

[](#silverstripe-checkout-stripe)

Adds Stripe payment option to the checkout module.

Dependancies
------------

[](#dependancies)

- [SilverStripe Framework 3.1.x](https://github.com/silverstripe/silverstripe-framework)
- [SilverStripe Checkout](https://github.com/i-lateral/silverstripe-checkout-sofort)

Installation
------------

[](#installation)

Either install via composer:

```
i-lateral/silverstripe-checkout-stripe: *

```

Or download and install to the "checkout-stripe" directory in your project root.

Setup
-----

[](#setup)

Once installed you will need to add your API Keys (found in Stripe under "Account Settings").

Add all four these via Silverstripe config:

### YML

[](#yml)

```
StripePayment:
  test_secret_key: test_xyz
  test_publish_key: test_xyz
  live_secret_key: live_xyz
  live_publish_key: live_xyz

```

### PHP

[](#php)

```
StripePayment::config()->test_secret_key = "test_xyz";
StripePayment::config()->test_publish_key = "test_xyz";
StripePayment::config()->live_secret_key = "live_xyz";
StripePayment::config()->live_publish_key = "live_xyz";

```

Now enable the stripe payment by logging into the CMS then visiting global site settings.

Now click the "Checkout" tab and under payment methods click "Add".

Now then select "Stripe" from the dropdown.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3705d ago

### Community

Maintainers

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

---

Top Contributors

[![mlewis-everley](https://avatars.githubusercontent.com/u/687143?v=4)](https://github.com/mlewis-everley "mlewis-everley (9 commits)")

---

Tags

stripesilverstripeecommercecartshoppingcheckoutcommerce

### Embed Badge

![Health badge](/badges/i-lateral-silverstripe-checkout-stripe/health.svg)

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

###  Alternatives

[amsgames/laravel-shop

Package set to provide shop or e-commerce functionality (such as CART, ORDERS, TRANSACTIONS and ITEMS) to Laravel for customizable builds.

4845.9k](/packages/amsgames-laravel-shop)[lunarphp/stripe

Stripe payment driver for Lunar.

2055.8k4](/packages/lunarphp-stripe)

PHPackages © 2026

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