Stripe Payments / Best Extension to use?

Hi guys

I am looking to implement Stripe payments to my Yii2 site but I am struggling to locate a good up-to-date extension.

I have found this one, but it was last updated in 2019 and I am not sure if it works with the latest Stripe system update that was implemented in 2019. It actually has a comment about this Stripe update and the author not knowing if their update form is very useful.

Comment from Author:
<<<You can use new StripeForm.php. But I don’t see it so useful>>>

Author: ruskid
yii2-stripe
GitHub - ruskid/yii2-stripe: Yii2 Stripe wrapper extension

Anyone got any recommendations?

Thanks
Glenn

Did you find the Best?

No, never got anything back on this.
My project is still using an older version of Stripe and needs to be upgraded.
I plan to get it done manually soon as there doesn’t seem to be an up to date extension for it.

Did you find something useful?

I have just done a component then call the component when needed https://github.com/cgsmith/yii2-stripe

I will be developing a Stripe integration soon that will handle subscriptions and will release it on GitHub if there is interest. Let me know.

1 Like

Thank you, but I found a provider (bank in Canada) that has a REST API like Stripe and it’s a lot cheaper for each transaction.

Maybe we could work on this together to make it available for both bank (Desjardins/Stripe).

Your thought?

1 Like

Definitely would be interested in helping! Also one package that might be useful is Omnipay by the league. https://omnipay.thephpleague.com/

Depends on your requirements of course.

Omnipay looks great, but where are the already made gateways list available?

Under Community gateways - Omnipay