laravel-examples
⚙️ Laravel PHP Framework Examples & Recipes (by bayareawebpro)
stripe-laravel
Cartalyst Stripe package integration for Laravel. (by cartalyst)
laravel-examples | stripe-laravel | |
---|---|---|
1 | 2 | |
71 | 338 | |
- | 0.3% | |
3.5 | 3.5 | |
over 1 year ago | about 2 months ago | |
PHP | ||
- | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
laravel-examples
Posts with mentions or reviews of laravel-examples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-10.
stripe-laravel
Posts with mentions or reviews of stripe-laravel.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-10.
-
One off payment w/ Stripe
I used cartalyst/stripe-laravel to handle one off Stripe payments in my project and it worked great https://github.com/cartalyst/stripe-laravel
-
Cashier or native Stripe?
Using cashier makes using stripes subscriptions easy with Laravel. I used cashier for a while in a client project but they wanted multiple subscriptions per user which at time cashier didn’t offer (it now does annoyingly) so I used the Cartalyst package to set this up which works well https://github.com/cartalyst/stripe-laravel however if I could start again I’d use cashier.
What are some alternatives?
When comparing laravel-examples and stripe-laravel you can also consider the following projects:
tldrlfs - Too Long; Didn't Read Linux From Scratch
cashier - Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services. [Moved to: https://github.com/laravel/cashier-stripe]
switching-to-contracting-uk - A step by step guide of how to start contracting in United Kingdom
laravel-stripe-webhooks - Handle Stripe webhooks in a Laravel application
tldr - 📚 Collaborative cheatsheets for console commands
Payum - PHP Payment processing library. It offers everything you need to work with payments: Credit card & offsite purchasing, subscriptions, payouts etc.