Shuvo.

Full-Stack Developer & Educator · Gazipur, BD

← All projects

AFlagshipFinishedPHP

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.

CodeIgniter 4DockerDocker Compose

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.

TierAFlagship. Full products. Shipped or ready to ship.
StatusFinished
CategoryPHP applications
Technology StackCodeIgniter 4, Docker, Docker Compose
LanguagesPHP 83%
Lines of code173,905 (excluding libraries & vendor files)
Commits56
Last updated2026-09-09
VisibilityPrivate • Access upon request
Repositoryakhand-sys-a-zeropaybd

Have a project in mind or interested in discussing this system? Let's talk →

Other flagship systems