Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l4nos/laravel-cashier-stripe-connect
💲 Adds Stripe Connect functionality to Laravel's main billing package, Cashier. Simply works as a drop-in on top of Cashier, with no extra configuration.
https://github.com/l4nos/laravel-cashier-stripe-connect
Last synced: about 5 hours ago
JSON representation
💲 Adds Stripe Connect functionality to Laravel's main billing package, Cashier. Simply works as a drop-in on top of Cashier, with no extra configuration.
- Host: GitHub
- URL: https://github.com/l4nos/laravel-cashier-stripe-connect
- Owner: l4nos
- License: mit
- Created: 2022-08-17T13:08:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T12:13:34.000Z (14 days ago)
- Last Synced: 2024-10-31T13:23:03.486Z (14 days ago)
- Language: PHP
- Homepage: https://updev-1.gitbook.io/cashier-for-connect/
- Size: 149 KB
- Stars: 61
- Watchers: 3
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cashier For Connect### 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://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E0ZF7W0)
### 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](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
Please refer to [LICENSE.md](https://github.com/l4nos/laravel-cashier-stripe-connect/blob/main/LICENSE) 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](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
[Taylor Otwell](https://twitter.com/taylorotwell) for his amazing framework and [all the contributors of Cashier](https://github.com/laravel/cashier-stripe/graphs/contributors).