Skip to content

Commit 10e14e7

Browse files
committed
Merge branch 'master' of github.com:iamtartan/laravel-online-payment
2 parents 382fe91 + adb81cf commit 10e14e7

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

README.md

+17-9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Online Payment Module handler for Laravel 5+ known as LaraPay component completely compatible with [banktest.ir](http://banktest.ir) simulator
44

5+
پکیج لاراپی یک کامپونتت لاراول است برای اتصال به درگاه های پرداخت ایرانی و انجام تراکنشهای آنلاین. معماری این پکیج به شما اجازه می دهد به سادگی درگاه
6+
های جدید به پکیج اضافه کنید. همچنین در صورت استفاده از پکیج لاراپی شما نیاز به انجام کمترین تغییرات در ساختار کد خود خواهید داشت و با ویرایش تنها یک مدل در پروژه لاراول خود می توانید با پکبج لاراپی هماهنگ شوید.
7+
8+
پکیج لاراپی کاملا همانگ با سرویس شبیه ساز درگاه های پرداخت ایرانی »بانک تست« طراحی شده و شما میتوانید تنها با تغییر یک پارامتر در تنظمیات پکیج محیط پرداخت خود را از یک درگاه واقعی به درگاه پرداخت شبیه سازی شده ی »بانک تست« سوییچ کنید.
9+
510
## What is B‌anktest?
611
- [BankTest](http://banktest.ir) is a sandbox service for all Iranian online payment gateways
712
- [بانک تست](http://banktest.ir) یک سرویس شبیه ساز درگاه های پرداخت آنلاین ایرانی برای اهداف توسعه وتست نرم افزار می باشد
@@ -11,11 +16,14 @@ Online Payment Module handler for Laravel 5+ known as LaraPay component complete
1116

1217
- Mellat Bank Gateway - درگاه بانک ملت لاراول
1318
- Saman Bank Gateway - درگاه بانک سامان لاراول
14-
- Saderat Bank Gateway - درگاه بانک صادرات لاراول
19+
- Saderat/Mabna Card Bank Gateway - درگاه بانک صادرات / مبناکارت لاراول
1520
- Pasargad Bank Gateway - درگاه بانک پاسارگاد لاراول
1621
- Parsian Bank Gateway - درگاه بانک پارسیان لاراول
17-
- Melli Bank Gateway (Sadad) - درگاه بانک ملی / سداد لاراول
22+
- Melli/Sadad Bank Gateway (Sadad) - درگاه بانک ملی / سداد لاراول
1823
- Pay.ir Gateway / درگاه پرداخت پی
24+
- ...
25+
- Other gateways, coming soon... لطفا شما هم در تکمیل پکیج مشارکت کنید
26+
1927

2028
## Installation
2129

@@ -26,12 +34,12 @@ Larapay Version 6 required PHP 7+
2634
```bash
2735
composer require tartan/laravel-online-payment:"^7.0"
2836
```
29-
2.Add this to your app service providers for laravel version < 5.4 :
37+
2.Add this to your app service providers:
3038

3139
```php
3240
Tartan\Larapay\LarapayServiceProvider::class,
3341
```
34-
3.Add this to your aliases :
42+
3.Add this to your aliases:
3543

3644
```php
3745
'Larapay' => Tartan\Larapay\Facades\Larapay::class,
@@ -203,7 +211,7 @@ interface TransactionInterface
203211

204212
```
205213

206-
6. Prepare for online payment
214+
6. Prepare for an online payment
207215

208216
```php
209217
<?php
@@ -411,14 +419,14 @@ return [
411419

412420
This component is developed by the following person(s) and a bunch of [awesome contributors](https://github.com/iamtartan/laravel-online-payment/graphs/contributors).
413421

414-
[![Aboozar Ghaffari](https://avatars2.githubusercontent.com/u/502961?v=3&s=130)](https://github.com/iamtartan) |
415-
--- |
416-
[Aboozar Ghaffari](https://github.com/iamtartan) |
422+
[![Aboozar Ghaffari](https://avatars2.githubusercontent.com/u/502961?v=3&s=130)](https://github.com/iamtartan) | [![Sina Miandashti](https://avatars3.githubusercontent.com/u/195868?v=3&s=130)](https://github.com/sinamiandashti) |
423+
--- | --- |
424+
[Aboozar Ghaffari](https://github.com/iamtartan) |[Sina Miandashti](https://github.com/sinamiandashti)
417425

418426

419427
## Support This Project
420428

421-
[![Donate via Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LXEL22GFTXTKN)
429+
Please contribute in package completion. This is the best support.
422430

423431
### License
424432

0 commit comments

Comments
 (0)