PHPackages                             lanos/laravel-cashier-stripe-connect - 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. lanos/laravel-cashier-stripe-connect

ActiveLibrary[Payment Processing](/categories/payments)

lanos/laravel-cashier-stripe-connect
====================================

Adds Stripe Connect functionality to Laravel's main billing package, Cashier.

v1.3.2(3mo ago)84138.9k↑15.3%37[3 issues](https://github.com/l4nos/laravel-cashier-stripe-connect/issues)[2 PRs](https://github.com/l4nos/laravel-cashier-stripe-connect/pulls)MITPHPPHP ^7.4|^8.1|^8.2|^8.3|^8.4

Since Oct 14Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/l4nos/laravel-cashier-stripe-connect)[ Packagist](https://packagist.org/packages/lanos/laravel-cashier-stripe-connect)[ RSS](/packages/lanos-laravel-cashier-stripe-connect/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (10)Versions (27)Used By (0)

 Cashier For Connect
=====================

[](#cashier-for-connect)

### Help me to keep helping you.

[](#help-me-to-keep-helping-you)

Working on open source packages and helping other developers is my true passion, unfortunately I have to work in order to pay bills. The more people that help me out, the more time I can spend building cool packages and supporting developers. It doesn't have to be much, just a cup of coffee's worth. It's all appreciated!

[![ko-fi](https://camo.githubusercontent.com/201ef269611db7eb6b5d08e9f756ab8980df3014b64492770bdf13a6ed924641/68747470733a2f2f6b6f2d66692e636f6d2f696d672f676974687562627574746f6e5f736d2e737667)](https://ko-fi.com/E1E0ZF7W0)

### Documentation has been updated to cover the new features introduced in 1.2.2.

[](#documentation-has-been-updated-to-cover-the-new-features-introduced-in-122)

V1.3.0 Update (Cashier 16)
--------------------------

[](#v130-update-cashier-16)

This update brings compatibility with Laravel Cashier 16.x which introduces support for Stripe's new metered billing API (Stripe Billing Meters). Changes include:

- Support for Laravel Cashier ^16.0
- Added new columns to the `connected_subscription_items` table: `meter_event_name` and `meter_id`
- Compatibility with Stripe API version `2025-07-30.basil`

To upgrade, run:

```
composer update
php artisan vendor:publish --tag="migrations"
php artisan migrate
```

**Important Note:** After deploying this update, remember to update your Stripe API version in your Stripe dashboard to `2025-07-30.basil` to take full advantage of the new features.

V1.2.3 Update
-------------

[](#v123-update)

This update bring new functionality for users wishing to use payment links with their connected accounts:

- Create both Direct and Destination payment links, including using "on behalf of".
- Utilise both percentage and fixed application fees on payment links
- Retrieve all direct payment links for a connected account
    - Note: It's difficult and impractical to retrieve all destination payment links as they are currently not filterable by connected account directly on the Stripe API, i've requested they add this in, if they do i'll update the plugin. Until then if you want to store and return them to your users, you need to store a copy locally on your application database.

V1.2.0 Update
-------------

[](#v120-update)

This update bring new functionality for users wishing to use both physical terminals and the new Apple/Android tap to pay functionality. It will facilitate the use of:

- Adding terminal locations
- Adding a reader and associating it with a terminal
- Handling connection token requests

V1.1.0 Update (Cashier 15)
--------------------------

[](#v110-update-cashier-15)

The Cashier 15 update brought about a few changes to the package. These include:

- Migrations no longer auto publish, you must now publish them using the command stated in the GitBook readme.
    - Any use of ignoreMigrations() in your code can be and should be safely removed
- Stripe API Version is now 2023-10-16, changes have been made to accommodate this

Intro
-----

[](#intro)

This package is designed to seamlessly connect all of your eloquent models, mapping them to the relevant stripe entities in order to make a marketplace or payments platform.

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

[](#installation)

After installing the package via Composer, you can publish the configuration file to customize the package settings:

```
php artisan vendor:publish --provider="Lanos\CashierConnect\CashierConnectServiceProvider" --tag="config"
```

This will create a `cashierconnect.php` file in your `config` directory.

You can also publish the migrations:

```
php artisan vendor:publish --provider="Lanos\CashierConnect\CashierConnectServiceProvider" --tag="migrations"
```

Or publish everything at once (config and migrations):

```
php artisan vendor:publish --provider="Lanos\CashierConnect\CashierConnectServiceProvider"
```

Documentation
-------------

[](#documentation)

We now have a dedicated docs page for this plugin. You can view it [here](https://updev-1.gitbook.io/cashier-for-connect/).

We now roughly support webhooks (Due to flexible nature of connect, you will need to declare handlers yourself) - Follow our guide!

License
-------

[](#license)

Please refer to [LICENSE.md](https://github.com/l4nos/laravel-cashier-stripe-connect/blob/main/LICENSE) for this project's license.

Contributors
------------

[](#contributors)

This list only contains some of the most notable contributors. For the full list, refer to [GitHub's contributors graph](https://github.com/l4nos/laravel-cashier-stripe-connect/graphs/contributors).

- ExpDev07 [(Marius)](https://github.com/ExpDev07) - Creator of the original package
- Haytam Bakouane [(hbakouane)](https://github.com/hbakouane) - Contributor to original package.
- Robert Lane (Me) - Creator of the new package

Thanks to
---------

[](#thanks-to)

[Taylor Otwell](https://twitter.com/taylorotwell) for his amazing framework and [all the contributors of Cashier](https://github.com/laravel/cashier-stripe/graphs/contributors).

###  Health Score

60

—

FairBetter than 99% of packages

Maintenance78

Regular maintenance activity

Popularity50

Moderate usage in the ecosystem

Community25

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~128 days

Total

21

Last Release

113d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/06c9e88990d6fc4ceeca54935392f46b9cec2ded8c4a858100b05f0a4d8e4e69?d=identicon)[l4nos](/maintainers/l4nos)

---

Top Contributors

[![synergy6](https://avatars.githubusercontent.com/u/38252511?v=4)](https://github.com/synergy6 "synergy6 (76 commits)")[![ExpDev07](https://avatars.githubusercontent.com/u/10024730?v=4)](https://github.com/ExpDev07 "ExpDev07 (32 commits)")[![l4nos](https://avatars.githubusercontent.com/u/31861108?v=4)](https://github.com/l4nos "l4nos (27 commits)")[![hbakouane](https://avatars.githubusercontent.com/u/57842491?v=4)](https://github.com/hbakouane "hbakouane (6 commits)")[![juliancc](https://avatars.githubusercontent.com/u/455494?v=4)](https://github.com/juliancc "juliancc (4 commits)")[![jefhar](https://avatars.githubusercontent.com/u/22824070?v=4)](https://github.com/jefhar "jefhar (4 commits)")[![tsotnekekelia](https://avatars.githubusercontent.com/u/11596856?v=4)](https://github.com/tsotnekekelia "tsotnekekelia (3 commits)")[![oleg-kolzhanov](https://avatars.githubusercontent.com/u/28598592?v=4)](https://github.com/oleg-kolzhanov "oleg-kolzhanov (3 commits)")[![c-fitzmaurice](https://avatars.githubusercontent.com/u/3401771?v=4)](https://github.com/c-fitzmaurice "c-fitzmaurice (2 commits)")[![Ercogx](https://avatars.githubusercontent.com/u/22002063?v=4)](https://github.com/Ercogx "Ercogx (2 commits)")[![fwartner](https://avatars.githubusercontent.com/u/6692500?v=4)](https://github.com/fwartner "fwartner (1 commits)")[![MariusSpring](https://avatars.githubusercontent.com/u/77326245?v=4)](https://github.com/MariusSpring "MariusSpring (1 commits)")[![miagg](https://avatars.githubusercontent.com/u/6439071?v=4)](https://github.com/miagg "miagg (1 commits)")[![stephanekuma](https://avatars.githubusercontent.com/u/49621914?v=4)](https://github.com/stephanekuma "stephanekuma (1 commits)")[![striebwj](https://avatars.githubusercontent.com/u/14165147?v=4)](https://github.com/striebwj "striebwj (1 commits)")[![talelmishali](https://avatars.githubusercontent.com/u/11172883?v=4)](https://github.com/talelmishali "talelmishali (1 commits)")[![gogl92](https://avatars.githubusercontent.com/u/1505641?v=4)](https://github.com/gogl92 "gogl92 (1 commits)")[![jasonbouffard](https://avatars.githubusercontent.com/u/181576?v=4)](https://github.com/jasonbouffard "jasonbouffard (1 commits)")[![F-Yousri](https://avatars.githubusercontent.com/u/33264607?v=4)](https://github.com/F-Yousri "F-Yousri (1 commits)")

---

Tags

laravelstripebillingstripe-connect

### Embed Badge

![Health badge](/badges/lanos-laravel-cashier-stripe-connect/health.svg)

```
[![Health](https://phpackages.com/badges/lanos-laravel-cashier-stripe-connect/health.svg)](https://phpackages.com/packages/lanos-laravel-cashier-stripe-connect)
```

###  Alternatives

[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)[asciisd/knet

Knet package is provides an expressive, fluent interface to KNet's payment services.

141.1k](/packages/asciisd-knet)

PHPackages © 2026

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