PHPackages                             frankmullenger/payment-cheque - 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. frankmullenger/payment-cheque

ActiveSilverstripe-module

frankmullenger/payment-cheque
=============================

SilverStripe Cheque Payment Module

12.6k4[1 issues](https://github.com/frankmullenger/silverstripe-payment-cheque/issues)[7 PRs](https://github.com/frankmullenger/silverstripe-payment-cheque/pulls)PHP

Since Oct 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/frankmullenger/silverstripe-payment-cheque)[ Packagist](https://packagist.org/packages/frankmullenger/payment-cheque)[ RSS](/packages/frankmullenger-payment-cheque/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe Payment Cheque Module
==================================

[](#silverstripe-payment-cheque-module)

Maintainer Contacts
-------------------

[](#maintainer-contacts)

- [Frank Mullenger](https://github.com/frankmullenger)

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

[](#requirements)

- SilverStripe 3.\*
- Payment module 1.0.\*

Documentation
-------------

[](#documentation)

Simple cheque payment method for SilverStripe payment module.

### Installation Instructions

[](#installation-instructions)

1. Place this directory in the root of your SilverStripe installation and call it 'payment-cheque'.
2. Visit yoursite.com/dev/build?flush=1 to rebuild the database.

### Usage Overview

[](#usage-overview)

Enable in your application YAML config:

```
PaymentGateway:
  environment:
    'dev'

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

Optionally you can set the supported currencies otherwise it will default to supporting GBP, USD, NZD (see ChequeGateway::$supportedCurrencies):

```
ChequeGateway:
  live:
    supported_currencies:
      'NZD' : 'New Zealand Dollar'
      'USD' : 'United Statues Dollar'
  dev:
    supported_currencies:
      'NZD' : 'New Zealand Dollar'
      'USD' : 'United Statues Dollar'
```

Remember to ?flush=1 after changes to the config YAML files.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

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/2db96f6ba18193dc0469b4c0d86c6755579295f9f0c5a608cd50f2d7a998f88e?d=identicon)[frankmullenger](/maintainers/frankmullenger)

---

Top Contributors

[![frankmullenger](https://avatars.githubusercontent.com/u/50590?v=4)](https://github.com/frankmullenger "frankmullenger (6 commits)")

### Embed Badge

![Health badge](/badges/frankmullenger-payment-cheque/health.svg)

```
[![Health](https://phpackages.com/badges/frankmullenger-payment-cheque/health.svg)](https://phpackages.com/packages/frankmullenger-payment-cheque)
```

PHPackages © 2026

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