AFlagship • Finished • PHP
ZeroPay BD
A payment gateway built on CodeIgniter 4: hosted checkout, an admin control panel, and a merchant self-service portal. Ships with a standalone demo shop that exercises the merchant API end to end — create, checkout, verify, webhook — and logs every request and response so the integration is visible rather than guessed at. Includes an Android client and Coolify deployment runbooks.
Private Client Repository
This software was engineered for a private business or client organization. If you are a hiring manager, technical lead, or potential client wishing to inspect the architecture and code quality, I would be pleased to grant you access or provide a code walkthrough. Please contact me at mohammadshuvo2525@gmail.com.
The Engineering Challenge
A payment integration is only trustworthy if you can watch it work, and the parts most likely to be quietly wrong — parsing a wallet receipt, building a QR payload — are the parts hardest to test.
The Solution & Architecture
A standalone demo shop drives the merchant API the way a real customer would and logs every request and response, so the integration is visible instead of assumed. The fragile parsers were pulled out into checks that need no database and no web server (85 and 77 assertions), on the reasoning that a test requiring the whole stack is a test nobody runs. Sandbox brands take payments on a button press without touching a real merchant's figures.
| Tier | A — Flagship. Full products. Shipped or ready to ship. |
|---|---|
| Status | Finished |
| Category | PHP applications |
| Technology Stack | CodeIgniter 4, Docker, Docker Compose |
| Languages | PHP 83% |
| Lines of code | 173,905 (excluding libraries & vendor files) |
| Commits | 56 |
| Last updated | 2026-09-09 |
| Visibility | Private • Access upon request |
| Repository | akhand-sys-a-zeropaybd |
Have a project in mind or interested in discussing this system? Let's talk →