PHPackages                             vsynch/stripe-integration - 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. vsynch/stripe-integration

ActiveLibrary[Payment Processing](/categories/payments)

vsynch/stripe-integration
=========================

Add Stripe Payment Methods for users in laravel systems

1.2.5(5y ago)019MITPHP

Since May 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vasishth80987/laravel-stripe-integration)[ Packagist](https://packagist.org/packages/vsynch/stripe-integration)[ RSS](/packages/vsynch-stripe-integration/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

Laravel Stripe Integration
==========================

[](#laravel-stripe-integration)

A Laravel package that provides customisable product packages for stripe integration using cashier.

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

[](#installation)

```
composer require vsynch/stripe-integration

```

Publish package files

```
php artisan vendor:publish --provider="Vsynch\StripeIntegration\StripeIntegrationServiceProvider"

```

Make a stripe account and enter the following details in your application's .env file

```
STRIPE_KEY={your-stripe-key}
STRIPE_SECRET={your-stripe-secret}
STRIPE_WEBHOOK_SECRET={your-stripe-webhook-secret}
CASHIER_CURRENCY=aud

```

Run migrations and seed database

```
php artisan migrate

```

Run Package Setup Command: Imports all products from Stripe Account

```
php artisan vsynch:stripe-integration-import

```

\##Usage Add the StripeBillable trait to user model

```
use StripeBillable;

```

Add StripeSubscribable trait to your product model

```
use StripeSubscribable;

```

This adds a Manu To Many polymorphic relationship to your product model. Now you can add your products as items to subscription packages

```
$product->subscriptionPackages()->attach($packageId, ['quantity' => $quantity]);

```

After Publishing the packages files, the controllers and mails can later be customised via the config file. This package is built using Laravel official Cashier Package, find documentation here,

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~9 days

Total

12

Last Release

2153d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13862649?v=4)[vasishth80987](/maintainers/vasishth80987)[@vasishth80987](https://github.com/vasishth80987)

---

Top Contributors

[![vasishth80987](https://avatars.githubusercontent.com/u/13862649?v=4)](https://github.com/vasishth80987 "vasishth80987 (14 commits)")

---

Tags

cashierlaravelstripe

### Embed Badge

![Health badge](/badges/vsynch-stripe-integration/health.svg)

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

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)[binkode/laravel-paystack

A description for laravel-paystack.

112.1k](/packages/binkode-laravel-paystack)

PHPackages © 2026

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