PHPackages                             darinlarimore/statamic-stripe-form-field - 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. darinlarimore/statamic-stripe-form-field

ActiveLibrary[Payment Processing](/categories/payments)

darinlarimore/statamic-stripe-form-field
========================================

1.0.5(5mo ago)050PHPCI passing

Since Feb 6Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/darinlarimore/statamic-stripe-form-field)[ Packagist](https://packagist.org/packages/darinlarimore/statamic-stripe-form-field)[ RSS](/packages/darinlarimore-statamic-stripe-form-field/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (7)Versions (10)Used By (0)

[![](readmeAssets/icon.svg)](readmeAssets/icon.svg) Statamic Stripe Form Field
==============================================================================

[](#-statamic-stripe-form-field)

A Statamic addon that adds Stripe payment functionality to your forms.

[![Front End Example](/readmeAssets/frontendExample.png)](/readmeAssets/frontendExample.png)

Features
--------

[](#features)

- Seamless integration with Statamic forms
- Support for one-time payments
- Customizable payment amounts and currencies
- Optional email receipts
- Real-time card validation
- Secure payment processing using Stripe Elements
- Does not store any sensitive payment information, PCI compliant.

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

[](#installation)

1. Require the package using Composer:

```
composer require darinlarimore/statamic-stripe-form-field
```

2. Add your Stripe API keys to your `.env` file: Visit the [Stripe Dashboard](https://dashboard.stripe.com/apikeys) to create API keys.

```
STRIPE_PUBLISHABLE_KEY=your_publishable_key
STRIPE_SECRET_KEY=your_secret_key

```

Setup Field in a Form's Blueprint
---------------------------------

[](#setup-field-in-a-forms-blueprint)

[![Stripe Payment](/readmeAssets/fieldType.png)](/readmeAssets/fieldType.png)

Add the "Stipe Payment" field to your form blueprint and configure the field settings.

### Field settings:

[](#field-settings)

- `Amount` (required): The amount to charge the customer.
- `Currency` (required): [A three-letter ISO currency code supported by Stripe.](https://docs.stripe.com/currencies#presentment-currencies)
- `Payment Description` (optional): Enter a description for this payment. It will appear on the transaction in your Stripe account, and on the payment receipt sent to the customer.
- `Receipt Email Field Handle` (optional): The field handle of the email field in your form that should be used to send the payment receipt to the customer. If left blank, the customer will not receive a receipt.

Customize the Field Template
----------------------------

[](#customize-the-field-template)

You can customize the field template by publishing the field view to your site's views directory:

```
php artisan vendor:publish --tag=statamic-stripe-form-field-views
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance83

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~60 days

Recently: every ~75 days

Total

6

Last Release

155d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f87bfd3084b748a8890d0b72c7ddc1c29922d72e4641aab0a824b29a9909a58b?d=identicon)[darinlarimore](/maintainers/darinlarimore)

---

Top Contributors

[![darinlarimore](https://avatars.githubusercontent.com/u/20300635?v=4)](https://github.com/darinlarimore "darinlarimore (24 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/darinlarimore-statamic-stripe-form-field/health.svg)

```
[![Health](https://phpackages.com/badges/darinlarimore-statamic-stripe-form-field/health.svg)](https://phpackages.com/packages/darinlarimore-statamic-stripe-form-field)
```

###  Alternatives

[spatie/laravel-stripe-webhooks

Handle stripe webhooks in a Laravel application

5213.1M8](/packages/spatie-laravel-stripe-webhooks)[duncanmcclean/simple-commerce

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

16313.2k2](/packages/duncanmcclean-simple-commerce)[tightenco/nova-stripe

A tool to create a quick Stripe dashboard in your Laravel Nova admin panels

110308.9k](/packages/tightenco-nova-stripe)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

322.8k](/packages/duncanmcclean-statamic-cargo)[flux-se/payum-stripe

Payum Stripe gateways

29407.5k4](/packages/flux-se-payum-stripe)[payum/stripe

The Payum extension. It provides Stripe payment integration.

22573.1k3](/packages/payum-stripe)

PHPackages © 2026

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