Welcome Guest, Not a member yet? Register   Sign In
Payment system
#1

Hey guys,

Good to see such progress happening with Codeigniter 4.0. Just wondering how plausible it would be to add and maintain a payment gateway system for e-commerce with the two big guns such as paypal and stripe.

I was thinking something similar to Laravel's Spark.

Again just thinking out aloud here, so might be completely impractical.

https://spark.laravel.com/
Practical guide to IgnitedCMS - Book coming soon, www.ignitedcms.com
Reply
#2

I don’t think payment handling will ever be a part of the framework core, but you should be able to use any PHP library with CI4. I have a library for integrating Stripe’s SDK: https://github.com/tattersoftware/codeigniter4-stripe

I’ve also done PayPal but unfortunately that code is not open source, but I can tell you it isn’t difficult.
Reply
#3

Again fair point, I suppose it is another thing to maintain and deciding how lean to make the framework. Thanks for those links. Super useful.
Practical guide to IgnitedCMS - Book coming soon, www.ignitedcms.com
Reply
#4

You could check out https://omnipay.thephpleague.com
I personally had a few issues with it, so I just went into a custom direction, but I still believe it's a neat idea, and might be suitable for you.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB