PHPackages                             zepson/zepsonpay-php - 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. zepson/zepsonpay-php

ActiveLibrary[Payment Processing](/categories/payments)

zepson/zepsonpay-php
====================

This is the official package to help integration of Zepson pay service to your php based application much faster and easy.

343[1 issues](https://github.com/pro-cms/zepsonpay-php/issues)PHP

Since Oct 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pro-cms/zepsonpay-php)[ Packagist](https://packagist.org/packages/zepson/zepsonpay-php)[ RSS](/packages/zepson-zepsonpay-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZEPSON PAY PHP SDK
==================

[](#zepson-pay-php-sdk)

[![Logo](https://raw.githubusercontent.com/pro-cms/zepsonpay-php/master/flow.png)](https://raw.githubusercontent.com/pro-cms/zepsonpay-php/master/flow.png)

Zepson pay is the software as a service payment gateway designed to make payment integration through API's easly and avaliable to anyone. Zepson Engineers works on real world researches to get solution suitable for your business.

Features
--------

[](#features)

- Collection (also available android pay)
- Desbursement
- Transaction Enquiry (also available android pay)
- Transaction reversal
- Fraud Check

Documentation
-------------

[](#documentation)

[Read Detailed Developer Documentation](https://zepsonpay.com/public/docs)

How to integrate to PHP/Laravel Application
-------------------------------------------

[](#how-to-integrate-to-phplaravel-application)

```
1.Install Zepson Pay Package
2. Prepare your API key, API secret and environment from zepsonpay.com developer dashboard
3. Create an Instance of ZepsonPay Class
4. Pass Required Parameters
5. Call makePayment to initiate makePayment
6. Call paymentStatus to get transaction paymentStatus

```

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

[](#installation)

Install my-project with composer in php or Laravel application

```
  composer require zepson/zepsonpay-php
```

Create Instance of Zepson pay class
-----------------------------------

[](#create-instance-of-zepson-pay-class)

Create an instance of ZepsonPay class using bellow instruction. Note that parameters in the example are all mandatory when initializing the class. api\_key and api\_secret ca be obtained from  developer portal

```
