PHPackages                             silvercommerce/payments-stripe-paymentintents - 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. silvercommerce/payments-stripe-paymentintents

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

silvercommerce/payments-stripe-paymentintents
=============================================

Package that adds Stripe payments (via omnipay) and includes Payment Intent integration

1.0.2(3y ago)03911[1 PRs](https://github.com/silvercommerce/payments-stripe-paymentintents/pulls)BSD-3-ClausePHP

Since Jan 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/silvercommerce/payments-stripe-paymentintents)[ Packagist](https://packagist.org/packages/silvercommerce/payments-stripe-paymentintents)[ Docs](https://github.com/silvercommerce/payments-paypal)[ RSS](/packages/silvercommerce-payments-stripe-paymentintents/feed)WikiDiscussions 1 Synced yesterday

READMEChangelogDependencies (5)Versions (4)Used By (0)

SilverCommerce Stripe Payment Intents
=====================================

[](#silvercommerce-stripe-payment-intents)

Module that adds Stripe Payments via an integrated payment form and payment intents to a SilverCommerce site (using the omnipay stripe gateway).

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

[](#installation)

Install via composer:

```
composer require silvercommerce/payments-stripe-paymentintents

```

Configuration
-------------

[](#configuration)

Configure how you would any SilverStripe omnipay modules:

*payments.yml*

```
---
Name: paymentconfig
---
SilverStripe\Omnipay\Model\Payment:
  allowed_gateways:
    - 'Stripe_PaymentIntents'

SilverStripe\Omnipay\GatewayInfo:
  PayPal_Express:
    parameters:
        apikey: sk_live_xxxxxxxxx
        publishableKey: pk_live_xxxxxxxxx

# Config for test environments
---
Except:
environment: 'live'
---
SilverStripe\Omnipay\GatewayInfo:
  Stripe_PaymentIntents:
    parameters:
        apikey: sk_test_xxxxxx
        publishableKey: pk_test_xxxxxx

```

Payment Intents
---------------

[](#payment-intents)

In order to comply with SCA regulations in the EU, this module uses the payment intents API to generate a payment intent prior to completing a purchase.

This means that a payment will also have a payment intent ID saved against it in the database.

The JavaScript to handle generating the payment intent is added automatically and adds the payment intent ID to the omnipay gateway form

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Every ~487 days

Total

4

Last Release

468d 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 (10 commits)")

---

Tags

stripesilverstripepaymentsecommerceomnipaycommerce

### Embed Badge

![Health badge](/badges/silvercommerce-payments-stripe-paymentintents/health.svg)

```
[![Health](https://phpackages.com/badges/silvercommerce-payments-stripe-paymentintents/health.svg)](https://phpackages.com/packages/silvercommerce-payments-stripe-paymentintents)
```

###  Alternatives

[silverstripe/silverstripe-omnipay

SilverStripe Omnipay Payment Module

38106.0k15](/packages/silverstripe-silverstripe-omnipay)

PHPackages © 2026

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