PHPackages                             fawnsoftware/statamic-payment-icons - 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. fawnsoftware/statamic-payment-icons

ActiveLibrary[Payment Processing](/categories/payments)

fawnsoftware/statamic-payment-icons
===================================

v2.1.0(2mo ago)13↓50%PHP

Since Aug 23Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/fawnsoftware/statamic-payment-icons)[ Packagist](https://packagist.org/packages/fawnsoftware/statamic-payment-icons)[ RSS](/packages/fawnsoftware-statamic-payment-icons/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (4)Versions (9)Used By (0)

Statamic Payment Icons
======================

[](#statamic-payment-icons)

Payment Icons for Statamic leverages the brand new [dictionary fieldtype](https://statamic.dev/fieldtypes/dictionary) feature to provide you a consistent set of payment icons for your websites, apps, or whatever else you're doing with Statamic!

Features
--------

[](#features)

- ✅ 40+ payment icons
- ✅ Dictionary support
- ✅ Override icons
- ✅ Hard edge corners so you can style them how you like!

How to Install
--------------

[](#how-to-install)

```
composer require fawnsoftware/statamic-payment-icons
```

How to Use
----------

[](#how-to-use)

Once you've installed this addon, you are now ready to use this dictionary within the dictionary fieldtype.

### Templating

[](#templating)

Your blueprint field will look something like this:

```
-
  handle: payment_methods
  field:
    dictionary: payment_icons
    type: dictionary
    display: 'Payment Methods'
    localizable: false
```

Once you have selected your payment methods and saved, you'll get something like:

```
payment_methods:
  - klarna
  - amex
```

Now you're ready to template it up!

```
{{ payment_methods }}

  {{ svg :src="icon" }}

  {{ svg :src="icon" class="w-12 h-auto" }}

  {{ svg :src="icon" class="border rounded border-black/10" }}

  {{ name }}

  {{ value }}

{{ /payment_methods }}
```

### Overriding Icons

[](#overriding-icons)

In the rare occasion you might need to override a payment icon on a specific project, this plugin will look inside of `resources/svg/payment-icons` to try and find a file with the same name as the `value` field in the dictionary.

**If you find an icon is incorrect, could be improved, or if you find another variant may be more suitable please make an issue.**

Icon requests
-------------

[](#icon-requests)

Please make an issue and submit the following information.

- Name of the payment method
- Payment method variant if applicable (Pay in 3, Pay in 6 etc)
- Link to the payment website
- The logo as an `svg`. If you can't find an `svg` please provide a `jpg` or `png`

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance85

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~109 days

Recently: every ~136 days

Total

6

Last Release

76d ago

Major Versions

v1.1.0 → v2.0.02025-10-01

v2.0.0 → v6.x-dev2026-02-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/68f1dd47fd8084f3eff1f75113ad5393335f87970d1483c04a8a98721606c3cd?d=identicon)[FawnSoftware](/maintainers/FawnSoftware)

---

Top Contributors

[![JonKaric](https://avatars.githubusercontent.com/u/8028521?v=4)](https://github.com/JonKaric "JonKaric (12 commits)")[![ryanhissey](https://avatars.githubusercontent.com/u/9078889?v=4)](https://github.com/ryanhissey "ryanhissey (1 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/fawnsoftware-statamic-payment-icons/health.svg)

```
[![Health](https://phpackages.com/badges/fawnsoftware-statamic-payment-icons/health.svg)](https://phpackages.com/packages/fawnsoftware-statamic-payment-icons)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[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)[duncanmcclean/simple-commerce

A simple, yet powerful e-commerce addon for Statamic.

16313.2k2](/packages/duncanmcclean-simple-commerce)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)

PHPackages © 2026

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