PHPackages                             jinomdeveloper/payment-php-sdk - 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. jinomdeveloper/payment-php-sdk

ActivePackage[Payment Processing](/categories/payments)

jinomdeveloper/payment-php-sdk
==============================

Jinom Payment Gateway

1.0.0(2y ago)097PHP

Since Nov 3Pushed 2y agoCompare

[ Source](https://github.com/jinomdeveloper/payment-php-sdk)[ Packagist](https://packagist.org/packages/jinomdeveloper/payment-php-sdk)[ RSS](/packages/jinomdeveloper-payment-php-sdk/feed)WikiDiscussions main Synced 1mo ago

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

Jinom Payment API Utils
=======================

[](#jinom-payment-api-utils)

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

[](#installation)

```
composer require jinomdeveloper/payment-php-sdk
```

Environment
-----------

[](#environment)

U can set `SERVER_KEY` and Is it Production to `JinomPayment` class

example

```
$jinom_payment = new \Jinom\Payment\JinomPayment('YOUR SERVER_KEY', 'IS PRODUCTION');
```

or

if you using `Laravel` please use this config and save it as `jinompay.php`

```
