PHPackages                             aries/gateway - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. aries/gateway

ActiveLibrary[Payment Processing](/categories/payments)

aries/gateway
=============

A Laravel package for connecting to all Iraninan payment gateways

v0.1.3(8y ago)019MITPHP

Since Nov 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/iMohammadd/gateway)[ Packagist](https://packagist.org/packages/aries/gateway)[ Docs](https://github.com/imohammadd/gateway)[ RSS](/packages/aries-gateway/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

by this package we are able to connect to all Iranian bank with one unique API.

Please inform us once you've encountered [bug](https://github.com/larabook/gateway/issues) or [issue](https://github.com/larabook/gateway/issues) .

Available Banks:

1. MELLAT
2. SADAD (MELLI)
3. SAMAN
4. PARSIAN
5. PASARGAD
6. ZARINPAL
7. JAHANPAY (Disabled)
8. PAYLINE (Disabled)

---

**Installation**:

Run below statements on your terminal :

STEP 1 :

```
composer require aries/gateway

```

STEP 2 : Add `provider` and `facade` in config/app.php

```
'providers' => [
  ...
  Aries\Gateway\GatewayServiceProvider::class, //  [
  ...
  'Gateway' => Aries\Gateway\Gateway::class, //
