PHPackages                             silvercommerce/payments-paypal - 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-paypal

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

silvercommerce/payments-paypal
==============================

Package that adds PayPal payments (via omnipay) along with some customisations

1.0.1(2y ago)01081BSD-3-ClausePHP

Since Oct 13Pushed 2y ago3 watchersCompare

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

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

SilverCommerce Paypal Payments
==============================

[](#silvercommerce-paypal-payments)

Package that adds PayPal payments (via omnipay) along with some customisations

Mostly this just installs the required PayPal omnipay package, but it also fixes the redirect issue where PayPal payments can be identified as "paid" even when they are rejected.

Hopefully this package will also be upgraded at some point to allow adding an "Express Checkout" button to the begining of the checkout process.

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

[](#installation)

Install via composer:

```
composer require silvercommerce/payments-paypal

```

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

[](#configuration)

Configure how you would any SilverStripe omnipay modules:

*payments.yml*

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

SilverStripe\Omnipay\GatewayInfo:
  PayPal_Express:
    parameters:
      username: 'paypal_api_username'
      password: 'paypal_api_password'
      signature: 'paypal_api_signiature'

# Config for test environments
---
Except:
environment: 'live'
---
SilverStripe\Omnipay\GatewayInfo:
  PayPal_Express:
    parameters:
      username: 'test_paypal_api_username'
      password: 'test_paypal_api_password'
      signature: 'test_paypal_api_signiature'
      testMode: true

```

Alternativley, load the PayPal API credentials via environmental variables:

*.env*

```
PAYPAL_API_USERNAME="test_paypal_api_username"
PAYPAL_API_PASSWORD="test_paypal_api_password"
PAYPAL_API_SIGNATURE="test_paypal_api_signiature"

```

*payments.yml*

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

SilverStripe\Omnipay\GatewayInfo:
  PayPal_Express:
    parameters:
      username: '`PAYPAL_API_USERNAME`'
      password: '`PAYPAL_API_PASSWORD`'
      signature: '`PAYPAL_API_SIGNATURE`'

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

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 ~526 days

Total

3

Last Release

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

---

Tags

silverstripepaymentspaypalecommerceomnipaycommerce

### Embed Badge

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

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

###  Alternatives

[silverstripe/silverstripe-omnipay

SilverStripe Omnipay Payment Module

38106.0k15](/packages/silverstripe-silverstripe-omnipay)[jonassiewertsen/statamic-butik

The Statamic Butik e-commerce solution will integrate nicely with your personal Statamic site and help to grow your online business.

443.2k](/packages/jonassiewertsen-statamic-butik)

PHPackages © 2026

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