Download the PHP package eram/pardakht without Composer
On this page you can find all versions of the php package eram/pardakht. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eram/pardakht
More information about eram/pardakht
Files in eram/pardakht
Informations about the package pardakht
Pardakht
A unified, type-safe PHP library for Iranian payment gateways.
Documentation: فارسی
What is Pardakht?
Pardakht (پرداخت, "payment" in Farsi) is an omni-gateway PHP library that gives you a single, consistent API across all major Iranian payment providers — bank gateways (SOAP) and modern payment services (REST) alike. Write your payment logic once, swap the gateway with one line of config.
Why Pardakht?
- Minimal dependencies — one internal Composer package (
eram/abzar, Persian/Iranian utilities) plus the standard PHP extensionsext-curl,ext-json,ext-openssl,ext-soap. No Guzzle, no framework coupling, no third-party supply-chain risk. - Rial/Toman safety — the
Amountvalue object eliminates the 10x conversion bugs that plague Iranian e-commerce. - One interface, every gateway —
purchase()→verify()→ optionallysettle(). Same flow whether it's Zarinpal or Mellat. - Framework-agnostic — works with Laravel, Symfony, or plain PHP. Plug in your own HTTP client, logger, or event dispatcher.
- Fully tested — unit tests for every gateway, PHPStan static analysis, PER-CS2 code style.
Install
Supported Gateways
| Alias | Gateway | Protocol | Settlement | Docs |
|---|---|---|---|---|
zarinpal |
Zarinpal | REST | Auto | Guide |
mellat |
Mellat (Behpardakht) | SOAP | Required | Guide |
saman |
Saman (Sep) | SOAP | Auto | Guide |
parsian |
Parsian (Pec) | SOAP | Required | Guide |
sadad |
Sadad (Bank Melli) | REST | Auto | Guide |
pasargad |
Pasargad | REST | Auto | Guide |
idpay |
IDPay | REST | Auto | Guide |
zibal |
Zibal | REST | Auto | Guide |
payir |
Pay.ir | REST | Auto | Guide |
nextpay |
NextPay | REST | Auto | Guide |
vandar |
Vandar | REST | Auto | Guide |
sizpay |
Sizpay | REST | Auto | Guide |
Quick Start
The flow is always: create → purchase → redirect → verify (and optionally settle for bank gateways).
See the Getting Started guide for a complete walkthrough with code examples.
Documentation
Full documentation with API reference, cookbook, gateway guides, and more:
- English Documentation
- مستندات فارسی
About Eram
Eram is a small engineering team building open-source developer tools for the Persian ecosystem. Our projects — pardakht, daynum, persian-kit — solve the everyday problems that Iranian developers run into: payment integration, calendar conversion, and string/number localization. Everything we ship is MIT-licensed, zero-dependency where possible, and built to be boring infrastructure you never have to think about.
License
MIT
All versions of pardakht with dependencies
eram/abzar Version ^0.6@beta
ext-curl Version *
ext-json Version *
ext-openssl Version *
ext-soap Version *