Back to ProjectsPublished in 2024
.../Project / backend ...
sroor-laravel-payment
PHPLaravel PackagecomposerAPIs
Executive Summary
A developer-friendly payment wrapper that streamlines gateway integration (Stripe, Paypal, Local Banks) inside Laravel apps.
// The Challenge / Problem
Multiple payment gateways require writing repetitive API integration logic.
// Engineering Solution
Designed an abstract driver-based payment interface for Laravel, supporting hot-swapping gateways.
Key Deliverables & Results
- [1]Published package on Packagist with easy installation steps
- [2]Supported Stripe, PayPal, and regional banks out-of-the-box