PHPackages                             javad/ir-kish - 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. javad/ir-kish

ActivePayment[Payment Processing](/categories/payments)

javad/ir-kish
=============

a package for using iran kish gateway

49PHP

Since Nov 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mrjavadseydi/irankish-laravel)[ Packagist](https://packagist.org/packages/javad/ir-kish)[ RSS](/packages/javad-ir-kish/feed)WikiDiscussions main Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel iran kish payment package
=================================

[](#laravel-iran-kish-payment-package)

a simple package for usnig irankish gateway.

پکیج درگاه پرداخت ایران کیش برای لاراول

Installation
------------

[](#installation)

Use the composer to install irankish-laravel.

```
composer require javad/ir-kish
```

publish config file

```
php artisan vendor:publish --provider=MJSeydi\iranKish\IranKishServiceProvider
```

Usage
-----

[](#usage)

```
use MJSeydi\iranKish\Facades\IranKish;

# getting the token from irankish
# you must save $orderId in your database for verify the payment
$response = IranKish::getIranKishToken($Amount,$orderId);
if ($response["responseCode"] != "00") {
     # you have error!
}else{
     $token = $response['result']['token'];
     # in you view you must have a form like this
     /*

    */
}
```

verify payment
--------------

[](#verify-payment)

```
use MJSeydi\iranKish\Facades\IranKish;

# all parameter will send to you by POST method
$response = IranKish::verifyPayment($request->verifySaleReferenceId,
$request->systemTraceAuditNumber, $request->token);
#your order id is on the $request->orderId
if ($response["responseCode"] != 0 && $response["responseCode"] != "00") {
     # you have error!
}else{
     echo "success";
}
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/59200320?v=4)[mohammadjavad seydi](/maintainers/MrjavadSeydi)[@mrjavadseydi](https://github.com/mrjavadseydi)

---

Top Contributors

[![mrjavadseydi](https://avatars.githubusercontent.com/u/59200320?v=4)](https://github.com/mrjavadseydi "mrjavadseydi (11 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/javad-ir-kish/health.svg)

```
[![Health](https://phpackages.com/badges/javad-ir-kish/health.svg)](https://phpackages.com/packages/javad-ir-kish)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
