🔍 Looking for recommendations: Multi-gateway payment integration library/package for Laravel or at least for PHP
Building an app where admins can select & configure their preferred payment gateway to process user payments. Need to integrate multiple providers (Stripe, PayPal, Mollie, Moneris, etc.). Laravel Cashier is out since it only handles Stripe/Paddle. Found OmniPay and Payum but they seem outdated/unmaintained.
Seeking a modern, actively maintained solution - either an existing package or guidance on building a custom abstraction layer. Any suggestions from the community? Thank you Pinkary!
Back