PHPackages                             jangras/kwikpaisa - 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. jangras/kwikpaisa

ActiveLibrary[Payment Processing](/categories/payments)

jangras/kwikpaisa
=================

A PHP package for integrating KwikPaisa payment gateway.

1.0.0(1y ago)012MITPHPPHP ^8.2

Since Aug 14Pushed 1y ago1 watchersCompare

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

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

`markdown`

KwikPaisa PHP SDK Integration Guide
===================================

[](#kwikpaisa-php-sdk-integration-guide)

Overview
--------

[](#overview)

This guide provides instructions for integrating the KwikPaisa PHP SDK into your Laravel application. You can choose between downloading the SDK package or installing it via Composer. Additionally, the guide covers setting up the configuration files and using the SDK in your Laravel controllers.

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

[](#installation)

Option 1: Download the Package File
===================================

[](#option-1-download-the-package-file)

#### 1. Download the Package:

[](#1-download-the-package)

Download the latest version of the [`kwikpaisa-php-packages.zip`](https://github.com/jangras-developer/kwikpaisa-php-sdk/archive/refs/heads/main.zip) file from the KwikPaisa website or repository.

#### 2. Extract the Package:

[](#2-extract-the-package)

Unzip the [`kwikpaisa-php-packages.zip`](https://github.com/jangras-developer/kwikpaisa-php-sdk/archive/refs/heads/main.zip) file to extract the SDK and its dependencies.

#### 3. Include the SDK in Your Project:

[](#3-include-the-sdk-in-your-project)

Copy the extracted `kwikpaisa` folder into your project’s directory. For example, place it in the `packages` folder.

#### 4. Autoload the SDK:

[](#4-autoload-the-sdk)

Update your `composer.json` file to include the following autoload configuration:

```
"autoload": {
    "psr-4": {
        "Jangras\\Kwikpaisa\\": "path/to/kwikpaisa/src/"
    }
}
```

Replace `"path/to/kwikpaisa/src/"` with the actual path where you copied the `kwikpaisa` folder.

#### 5. Update Composer Autoload:

[](#5-update-composer-autoload)

Run the following command to regenerate the Composer autoload files:

```
composer dump-autoload
```

#### 6. Clear Laravel's Configuration and Cache:

[](#6-clear-laravels-configuration-and-cache)

Run these Artisan commands to ensure Laravel picks up the new changes:

```
php artisan config:clear
php artisan cache:clear
```

#### 7. Initialize and Use the SDK:

[](#7-initialize-and-use-the-sdk)

Initialize the SDK in your code as described in the SDK documentation and start using it.

Option 2: Install via Composer
==============================

[](#option-2-install-via-composer)

#### 1. Require the SDK:

[](#1-require-the-sdk)

Execute the following Composer command to install the KwikPaisa SDK:

```
composer require jangras/kwikpaisa
```

#### 2. Composer Installation:

[](#2-composer-installation)

Composer will automatically download and install the SDK and its dependencies.

#### 3. Autoloading:

[](#3-autoloading)

Composer will handle autoloading of SDK classes, so no additional autoload configuration is necessary.

#### 4. Clear Laravel's Configuration and Cache:

[](#4-clear-laravels-configuration-and-cache)

Run these Artisan commands to ensure Laravel picks up the new changes:

```
php artisan config:clear
php artisan cache:clear
```

#### 5. Initialize and Use the SDK:

[](#5-initialize-and-use-the-sdk)

After installation, initialize the SDK in your code as described in the SDK documentation and start using it.

Additional Resources
--------------------

[](#additional-resources)

To get sample code and usage instructions for the KwikPaisa NEO Bank - PG SDK, refer to the official documentation:

[KwikPaisa PHP SDK Documentation](https://kwikpaisa-neo-bank.readme.io/reference/kwikpaisas-php-sdk)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

633d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a26e7158113a7d6c772e5767c855fe1334a12cc683467fc5e6ab355e1d53553?d=identicon)[jangras-developer](/maintainers/jangras-developer)

---

Top Contributors

[![jangras-developer](https://avatars.githubusercontent.com/u/112307463?v=4)](https://github.com/jangras-developer "jangras-developer (18 commits)")

### Embed Badge

![Health badge](/badges/jangras-kwikpaisa/health.svg)

```
[![Health](https://phpackages.com/badges/jangras-kwikpaisa/health.svg)](https://phpackages.com/packages/jangras-kwikpaisa)
```

###  Alternatives

[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)[henryejemuta/laravel-monnify

A laravel package to seamlessly integrate monnify api within your laravel application

132.1k](/packages/henryejemuta-laravel-monnify)

PHPackages © 2026

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