PHPackages                             moritz-sauer-13/silverstripe-omnipay-ui - 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. moritz-sauer-13/silverstripe-omnipay-ui

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

moritz-sauer-13/silverstripe-omnipay-ui
=======================================

SilverStripe Omnipay UI Module

0.0.1(1y ago)032BSD-3-ClausePHP

Since Jul 18Pushed 1y agoCompare

[ Source](https://github.com/moritz-sauer-13/silverstripe-omnipay-ui)[ Packagist](https://packagist.org/packages/moritz-sauer-13/silverstripe-omnipay-ui)[ RSS](/packages/moritz-sauer-13-silverstripe-omnipay-ui/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

This is a fork from bummzack/silverstripe-omnipay-ui to support SS5

silverstripe-omnipay-ui
=======================

[](#silverstripe-omnipay-ui)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/44b789063a1579370d44c314e6f81b057640ae6a89b6d38a5e1e39ebc19b1f3b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62756d6d7a61636b2f73696c7665727374726970652d6f6d6e697061792d75692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bummzack/silverstripe-omnipay-ui/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/165d74ec352eecf8935b0a59f5b621f0195c8e81f793a4b05e2896d5027e77c8/68747470733a2f2f636f6465636f762e696f2f67682f62756d6d7a61636b2f73696c7665727374726970652d6f6d6e697061792d75692f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/bummzack/silverstripe-omnipay-ui)[![Build Status](https://camo.githubusercontent.com/78927c2c49f63dc2b97929fea18a5aa53a77ca852c6036d9b68596b2189d469e/68747470733a2f2f7472617669732d63692e6f72672f62756d6d7a61636b2f73696c7665727374726970652d6f6d6e697061792d75692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bummzack/silverstripe-omnipay-ui)[![Latest Stable Version](https://camo.githubusercontent.com/dcd1b3bf099fc9a63d269e3ac3b3e1b540878e5d80ddc938694a3e846bc35575/68747470733a2f2f706f7365722e707567782e6f72672f62756d6d7a61636b2f73696c7665727374726970652d6f6d6e697061792d75692f762f737461626c65)](https://packagist.org/packages/bummzack/silverstripe-omnipay-ui)

UI components for SilverStripe Omnipay Module.

This module contains the "Payments" ModelAdmin that was originally part of the omnipay module. It also adds buttons to payment GridFields that allow you to capture, refund or void payments.

Version
-------

[](#version)

1.0 (in development) for SilverStripe 4

For a SilverStripe 3 compatible version, please use 0.1.x

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

[](#requirements)

- [silverstripe-omnipay](https://github.com/silverstripe/silverstripe-omnipay) 3.0+ including its dependencies.

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

[](#installation)

[Composer](http://doc.silverstripe.org/framework/en/installation/composer) is currently the only supported way to set up this module:

```
composer require bummzack/silverstripe-omnipay-ui ^1@dev

```

### Adding the PayableUIExtension (optional)

[](#adding-the-payableuiextension-optional)

If you have a `Payable` DataObject, eg. you added the `Payable` extension from the Omnipay module to some of your classes, you might also want to add the `PayableUIExtension`, which adds a GridField component to manipulate Payments.

So if you're running [SilverShop](https://packagist.org/packages/silvershop/core), you should also add the following to your `config.yml`

```
SilverShop\Model\Order:
  extensions:
    - Bummzack\SsOmnipayUI\Extensions\PayableUIExtension
```

Payment administration
----------------------

[](#payment-administration)

Read the [Payment administration guide](docs/en/userdoc.md)

Attributions
------------

[](#attributions)

- Icons used in the CMS are part of the [Silk Icon set 1.3](http://www.famfamfam.com/lab/icons/silk/). [Creative Commons Attribution 2.5 License](http://creativecommons.org/licenses/by/2.5/)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75.5% 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 ~0 days

Total

2

Last Release

663d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/237ff98c98e71b509c4dac62b31efaf7823cca011952ded67579a6cf763b7a47?d=identicon)[moritz-sauer-13](/maintainers/moritz-sauer-13)

---

Top Contributors

[![bummzack](https://avatars.githubusercontent.com/u/1006185?v=4)](https://github.com/bummzack "bummzack (37 commits)")[![moritz-sauer-13](https://avatars.githubusercontent.com/u/43135946?v=4)](https://github.com/moritz-sauer-13 "moritz-sauer-13 (8 commits)")[![AntonyThorpe](https://avatars.githubusercontent.com/u/1023740?v=4)](https://github.com/AntonyThorpe "AntonyThorpe (1 commits)")[![digitall-it](https://avatars.githubusercontent.com/u/3578378?v=4)](https://github.com/digitall-it "digitall-it (1 commits)")[![hailwood](https://avatars.githubusercontent.com/u/709773?v=4)](https://github.com/hailwood "hailwood (1 commits)")[![wernerkrauss](https://avatars.githubusercontent.com/u/1043925?v=4)](https://github.com/wernerkrauss "wernerkrauss (1 commits)")

---

Tags

silverstripepaymentomnipay

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/moritz-sauer-13-silverstripe-omnipay-ui/health.svg)

```
[![Health](https://phpackages.com/badges/moritz-sauer-13-silverstripe-omnipay-ui/health.svg)](https://phpackages.com/packages/moritz-sauer-13-silverstripe-omnipay-ui)
```

###  Alternatives

[payum/payum-bundle

One million downloads of Payum already! Payum offers everything you need to work with payments. Check more visiting site.

59510.3M40](/packages/payum-payum-bundle)[silvershop/core

Provides an ecommerce product catalog, shopping cart, and order management system

11340.0k42](/packages/silvershop-core)[silverstripe/silverstripe-omnipay

SilverStripe Omnipay Payment Module

38106.0k15](/packages/silverstripe-silverstripe-omnipay)[payum/payum-yii-extension

Rich payment solutions for Yii framework. Paypal, payex, authorize.net, be2bill, omnipay, recurring paymens, instant notifications and many more

1411.8k](/packages/payum-payum-yii-extension)[sudiptpa/omnipay-nabtransact

National Australia Bank (NAB) Transact driver for the Omnipay payment processing library.

1017.2k](/packages/sudiptpa-omnipay-nabtransact)

PHPackages © 2026

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