Download the PHP package ngl5000/laravel-cashier-stripe-connect without Composer
On this page you can find all versions of the php package ngl5000/laravel-cashier-stripe-connect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ngl5000/laravel-cashier-stripe-connect
More information about ngl5000/laravel-cashier-stripe-connect
Files in ngl5000/laravel-cashier-stripe-connect
Package laravel-cashier-stripe-connect
Short Description Adds Stripe Connect functionality to Laravel's main billing package, Cashier.
License MIT
Informations about the package laravel-cashier-stripe-connect
Cashier For Connect
Reason for fork
This package was forked in order to support multiple Connected Customers per Customer Model. If for example users are your customer, you may want one user to be a customer of multiple different vendors. This was not possible in the other repo; hence, the fork.
Documentation has been updated to cover the new features introduced in 1.2.2.
V1.2.3 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
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)
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
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.
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 (Me) - Creator of the new package
Thanks to
Taylor Otwell for his amazing framework and all the contributors of Cashier.
All versions of laravel-cashier-stripe-connect with dependencies
laravel/cashier Version ^12.6|^13.4|^v14.6.0|^v15.3.0
illuminate/console Version ^9.0|^10.0|^11.0
illuminate/contracts Version ^9.0|^10.0|^11.0
illuminate/database Version ^9.0|^10.0|^11.0
illuminate/http Version ^9.0|^10.0|^11.0
illuminate/log Version ^9.0|^10.0|^11.0
illuminate/notifications Version ^9.0|^10.0|^11.0
illuminate/routing Version ^9.0|^10.0|^11.0
illuminate/support Version ^9.0|^10.0|^11.0
illuminate/view Version ^9.0|^10.0|^11.0