PHPackages                             webbuilders-group/silverstripe-stripe-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. webbuilders-group/silverstripe-stripe-gateway

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

webbuilders-group/silverstripe-stripe-gateway
=============================================

Payment gateway for the Stripe payment service

4643[1 PRs](https://github.com/webbuilders-group/silverstripe-stripe-gateway/pulls)PHP

Since Jun 22Pushed 9y ago3 watchersCompare

[ Source](https://github.com/webbuilders-group/silverstripe-stripe-gateway)[ Packagist](https://packagist.org/packages/webbuilders-group/silverstripe-stripe-gateway)[ RSS](/packages/webbuilders-group-silverstripe-stripe-gateway/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#stripe-payment-gateway)

Stripe payment gateway for the SilverStripe payment module

Maintainer Contact
------------------

[](#maintainer-contact)

- Ed Chipman ([UndefinedOffset](https://github.com/UndefinedOffset))

Requirements
------------

[](#requirements)

- SilverStripe Framework 3.1+
- [SilverStripe Payment 1.0.x](https://github.com/silverstripe-labs/silverstripe-payment/tree/1.0)

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

[](#installation)

- Download the module from here
- Extract the downloaded archive into your site root so that the destination folder is called stipe-gateway, opening the extracted folder should contain \_config.php in the root along with other files/folders
- Run dev/build?flush=all to regenerate the manifest

If you prefer you may also install using composer:

```
composer require webbuilders-group/silverstripe-stripe-gateway

```

Usage
-----

[](#usage)

To use Stripe as the payment gateway you need to retrive your api key from your [account settings](https://dashboard.stripe.com/account/apikeys) then in your site's config.yml you need to add the following:

```
PaymentProcessor:
    supported_methods:
        dev:
            - 'StripePaymentGateway'
        live:
            - 'StripePaymentGateway'

StripeGateway:
    test_api_secret: "YOUR TEST SECRET KEY"
    api_secret: "YOUR LIVE SECRET KEY"
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4339255555acb728d7708895663e2a047a73c09f4394aa25bf038817e2d25d44?d=identicon)[WebbuildersGroup](/maintainers/WebbuildersGroup)

---

Top Contributors

[![UndefinedOffset](https://avatars.githubusercontent.com/u/1391558?v=4)](https://github.com/UndefinedOffset "UndefinedOffset (5 commits)")

### Embed Badge

![Health badge](/badges/webbuilders-group-silverstripe-stripe-gateway/health.svg)

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

###  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)
