PHPackages                             rtablada/stripe-forms - 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. rtablada/stripe-forms

ActiveLibrary[Payment Processing](/categories/payments)

rtablada/stripe-forms
=====================

Provides Simple Integration of Stripe Forms

443

Since Jul 20Compare

[ Source](https://github.com/rtablada/Stripe-Form)[ Packagist](https://packagist.org/packages/rtablada/stripe-forms)[ RSS](/packages/rtablada-stripe-forms/feed)WikiDiscussions Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

The Stripe form builder for Laravel
===================================

[](#the-stripe-form-builder-for-laravel)

When integrating Stripe in your blade views wouldn't it be awesome to just say `{{ StripeForm::build(25) }}` and have a full Stripe.js enabled form embedded with a charge of $25?

Well, that's what we are setting out to accomplish in this new package.

Progress
--------

[](#progress)

Getting to this awesome syntax is gonna take some coding, but we've already started making things easier for those of you who want to integrate a Stripe Connect button in your application!

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

[](#installation)

Include this package in your composer.json `rtablada/stripe-forms`.

Then pull in and update your config file: `php artisan config:publish rtablada/stripe-forms`.

In your App config add this to your Service Providers: `'Rtablada\StripeForms\StripeFormsServiceProvider',`

In your App config add this to your Facades: `'ConnectButton'   => 'Rtablada\StripeForms\StripeConnectButtonFacade',`

Stripe Connect Button
---------------------

[](#stripe-connect-button)

Instead of worrying about the ugly syntax of creating an anchor tag with a long query string to build your Stripe Connect buttons, you can just use this builder.

`ConnectButton::button()`

Or for rapid prototyping, you can use `ConnectButton::buttonWithStyle()` to dump the required style in-line

Alternate configuration
-----------------------

[](#alternate-configuration)

In combination with some of the other Stripe packages I am working with, I have made it so that a stripe.php config file can be shared with the other packages. Currently all that is needed is a 'clientId' property in the array.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

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/ea9ccd400c74151601341e320935a31d1a9779c5eb49a8f364bc7a0ac75baa32?d=identicon)[rtablada](/maintainers/rtablada)

---

Top Contributors

[![rtablada](https://avatars.githubusercontent.com/u/2532004?v=4)](https://github.com/rtablada "rtablada (17 commits)")

### Embed Badge

![Health badge](/badges/rtablada-stripe-forms/health.svg)

```
[![Health](https://phpackages.com/badges/rtablada-stripe-forms/health.svg)](https://phpackages.com/packages/rtablada-stripe-forms)
```

PHPackages © 2026

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