meeeet-dev/laravel-cashier-stripe-connect

Adds Stripe Connect functionality to Laravel Cashier package

v1.2 2024-02-21 14:09 UTC

This package is auto-updated.

Last update: 2024-04-21 14:43:46 UTC


README

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

composer require meeeet-dev/laravel-cashier-stripe-connect

php artisan vendor:publish --tag=cashier-connect-migrations

Note: the package will not work as intended if you do not install Laravel's official Cashier package first.

Documentation

We now have a dedicated docs page for this plugin. You can view it here.

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

License

Please refer to LICENSE.md for this project's license.

Contributors

This list only contains some of the most notable contributors. For the full list, refer to GitHub's contributors graph.

  • ExpDev07 (Marius) - Creator of the original package
  • Haytam Bakouane (hbakouane) - Contributor to original package.
  • Robert Lane (Robert Lane) - Creator and Maintainer of the new package
  • Meeeet Dev (Me) - Contributor of the new package.

Thanks to

Taylor Otwell for his amazing framework and all the contributors of Cashier.