Looking to hire Laravel developers? Try LaraJobs

laravel-cashier-stripe-connect maintained by meeeet-dev

Description
Adds Stripe Connect functionality to Laravel Cashier package
Author
Last update
2024/02/21 15:09 (dev-main)
License
Links
Downloads
5

Comments
comments powered by Disqus

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.