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.1.0(2mo ago)01121[1 PRs](https://github.com/darinlarimore/statamic-stripe-form-field/pulls)PHP

Since Feb 6Pushed 2mo 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 today

READMEChangelog (7)Dependencies (14)Versions (12)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

41

—

FairBetter than 87% of packages

Maintenance87

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.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 ~74 days

Recently: every ~111 days

Total

7

Last Release

65d 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 (25 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

[duncanmcclean/statamic-cargo

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

3416.9k](/packages/duncanmcclean-statamic-cargo)[spatie/laravel-stripe-webhooks

Handle stripe webhooks in a Laravel application

5253.5M9](/packages/spatie-laravel-stripe-webhooks)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[duncanmcclean/simple-commerce

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

16214.3k2](/packages/duncanmcclean-simple-commerce)[statamic/seo-pro

68516.6k](/packages/statamic-seo-pro)[ph7software/ph7cms

pH7Builder. Social Dating Web App Site Builder

1.0k1.6k](/packages/ph7software-ph7cms)

PHPackages © 2026

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