mohamedjadla / multi-payment
Lightweight multi payment gateway in PHP
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/mohamedjadla/multi-payment
Requires
- php: >=8.0
- stripe/stripe-php: ^13.0
README
A modern, production-ready and extensible multi payment gateway built with clean PHP architecture.
💳 Supported Payment Providers
- ✅ Stripe (Official SDK Integration)
- ✅ PayPal (Structure Ready)
- ✅ Card Payments (Visa Supported)
- 🔜 Easily extendable to additional gateways
🚀 Overview
Multi Payment Gateway is a lightweight PHP library designed to integrate multiple payment providers using a scalable and extensible architecture.
Built with modern PHP standards and fully Composer-ready.
✨ Features
- PSR-4 Autoloading
- Clean OOP Architecture
- Strategy Pattern Implementation
- Gateway Abstraction Layer
- Custom Exception Handling
- Secure Configuration Support
- CI/CD Ready
- Semantic Versioning
📦 Installation
Install via Composer:
composer require mohamedjadla/multi-payment