Skip to content

Commit

Permalink
Merge pull request #29 from dena-a/feature/digipay
Browse files Browse the repository at this point in the history
Feature/digipay
  • Loading branch information
dena-a authored Aug 11, 2024
2 parents 2a3277d + 7dbc057 commit d77f262
Show file tree
Hide file tree
Showing 56 changed files with 9,451 additions and 997 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/vendor
.phpunit.result.cache
composer.lock
.php-cs-fixer.cache

/.idea
/.vscode
/*.code-workspace
/*.code-workspace
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,23 @@ Accepting [Sadad (Melli)](https://sadadpsp.ir/), [Saman (Sep)](https://www.sep.i

## Gateways

| Logo | Gateway | Description | Available | Tested | Last Update |
|------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|-------------------------------------|-----------|--------|-------------|
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/sadad.png"> | [Sadad (Melli)](https://sadadpsp.ir/) | بانک ملی (سداد) ||| 2020/09/10 |
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/sep.png"> | [Saman (Sep)](https://www.sep.ir/) | (سپ) بانک سامان ||| 2020/08/08 |
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/pay.png"> | [Pay.ir](https://pay.ir/) | پرداخت پی ||| 2020/08/03 |
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/zp.png"> | [Zarinpal](https://zarinpal.com/) | زرین پال ||| 2020/08/03 |
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/payping.png"> | [Payping](https://www.payping.ir/) | پی پینگ ||| 2020/08/04 |
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/novinopay.png"> | [Novinopay](https://www.novinopay.com/) | نوینو پرداخت ||| 2022/03/23 |
| --- | [Qeroun](https://qeroun.com/) | قرون - خرید امن با ایجاد توافق‌نامه | - | - | - |
| --- | [Mellat (Behpardakht)](http://www.behpardakht.com/) | (به پرداخت) بانک ملت | - | - | - |
| --- | [Parsian (Pec)](https://www.pec.ir/) | (پک) بانک پارسیان | - | - | - |
| --- | [Pasargad (Pep)](https://www.pep.co.ir/) | (پپ) بانک پاسارگاد | - | - | - |
| --- | [Zibal](https://zibal.ir/) | زیبال | - | - | - |
| --- | [IDPay](https://idpay.ir/) | آیدی پی | - | - | - |
## Gateways

| Logo | Gateway | Description | Available | Tested | Last Update |
|------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|-------------------------------------|------------------|--------|-------------|
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/sadad.png"> | [Sadad (Melli)](https://sadadpsp.ir/) | بانک ملی (سداد) ||| 2020/09/10 |
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/sep.png"> | [Saman (Sep)](https://www.sep.ir/) | (سپ) بانک سامان ||| 2020/08/03 |
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/pay.png"> | [Pay.ir](https://pay.ir/) | پرداخت پی ||| 2020/08/03 |
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/zp.png"> | [Zarinpal](https://zarinpal.com/) | زرین پال ||| 2020/08/03 |
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/payping.png"> | [Payping](https://www.payping.ir/) | پی پینگ ||| 2020/08/04 |
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/novinopay.png"> | [Novinopay](https://www.novinopay.com/) | نوینو پرداخت ||| 2022/03/23 |
| <img width="50" src="https://raw.githubusercontent.com/dena-a/iran-payment/master/resources/assets/img/digipay.png"> | [Digipay](https://www.mydigipay.com/) | دیجی پی | CPG ✓ BPG/BNPL ✓ || 2024/06/24 |
| --- | [Qeroun](https://qeroun.com/) | قرون - خرید امن با ایجاد توافق‌نامه | - | - | - |
| --- | [Mellat (Behpardakht)](http://www.behpardakht.com/) | (به پرداخت) بانک ملت | - | - | - |
| --- | [Parsian (Pec)](https://www.pec.ir/) | (پک) بانک پارسیان | - | - | - |
| --- | [Pasargad (Pep)](https://www.pep.co.ir/) | (پپ) بانک پاسارگاد | - | - | - |
| --- | [Zibal](https://zibal.ir/) | زیبال | - | - | - |
| --- | [IDPay](https://idpay.ir/) | آیدی پی | - | - | - |

## Requirements

Expand Down
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,18 @@
"ext-curl": "*",
"ext-json": "*",
"ext-soap": "*",
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^5.7|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/http": "^5.7|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^5.7|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/http": "^5.7|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"nesbot/carbon": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"fakerphp/faker": "^1.4",
"phpstan/phpstan": "^0.12.0@dev",
"orchestra/testbench": "^6.0",
"doctrine/dbal": "^3.0"
"doctrine/dbal": "^3.0",
"laravel/pint": "^1.17"
},
"autoload": {
"psr-4": {
Expand All @@ -67,6 +68,10 @@
]
}
},
"scripts": {
"check-style": "./vendor/bin/pint --test",
"fix-style": "./vendor/bin/pint"
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit d77f262

Please sign in to comment.