PHPackages                             alsharie/alqutaibibank-payment - 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. alsharie/alqutaibibank-payment

ActiveLibrary[Payment Processing](/categories/payments)

alsharie/alqutaibibank-payment
==============================

AlQutaibiBank payment gateway

1.0(2y ago)7363MITPHPPHP &gt;=7.4

Since Mar 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Alsharie/AlQutaibiBank-payment)[ Packagist](https://packagist.org/packages/alsharie/alqutaibibank-payment)[ RSS](/packages/alsharie-alqutaibibank-payment/feed)WikiDiscussions main Synced 1mo ago

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

AlQutaibiBank-payment
=====================

[](#alqutaibibank-payment)

[![img.webp](img.webp)](img.webp)

laravel package for AlQutaibiBank payment getway install the package `composer require alsharie/alqutaibibank-payment`

You can publish using the following command

`php artisan vendor:publish --provider="Alsharie\AlQutaibiBankPayment\AlQutaibiBankServiceProvider"`

When published, the `config/AlQutaibiBank.php` config file contains:

```
return [
    'app_key' => env('AlQutaibiBank_APP_KEY'),
    'api_key' => env('AlQutaibiBank_API_KEY'),
    'payment_destnation' => env('AlQutaibiBank_PAYMENT_DESTNATION'),
    'url' => [
        'base' => env('AlQutaibiBank_BASE_URL', 'https://newdc.qtb-bank.com:5052/PayBills'),
    ]
];
```

---

To purchase using AlQutaibiBank payment

### 1. RequestPayment

[](#1-requestpayment)

```
    $alqutaibi = new AlQutaibiBank();
    $response = $alqutaibi
                ->setPaymentCustomerNo($user_phone) // TargetMSISDN
                ->setPaymentCode($payment_code)
                ->setPaymentAmount($total_payment)
                ->setPaymentCurr(1) //1 = YER
                ->RequestPayment();

    if ($response->isSuccess()) {
        $response->getTransactionID()();
        ...
        ...
    }

```

### 2. Confirm Payment

[](#2-confirm-payment)

```
    $alqutaibi = new AlQutaibiBank();
    $response = $alqutaibi
                ->setPaymentCustomerNo($user_phone)
                ->setPaymentCode($payment_code)
                ->setPaymentAmount($total_payment)
                ->setPaymentCurr(1)
                ->setPaymentOTP($otp) // customer otp
                ->confirmPayment();

    if ($response->isSuccess()) {
        return $response->getTransactionId();
    }
```

you can get the **request** using `$response->getRequest()`

you can get the full **response body** using `$response->body()` for all requests

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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

798d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea1e02a853f19eb13769c87ef731c4988ffd8fece015761090e63717a8cdb06d?d=identicon)[alsharie](/maintainers/alsharie)

---

Top Contributors

[![Alsharie](https://avatars.githubusercontent.com/u/39643416?v=4)](https://github.com/Alsharie "Alsharie (13 commits)")

---

Tags

alqutaibibanklaravelpaymentyemen

### Embed Badge

![Health badge](/badges/alsharie-alqutaibibank-payment/health.svg)

```
[![Health](https://phpackages.com/badges/alsharie-alqutaibibank-payment/health.svg)](https://phpackages.com/packages/alsharie-alqutaibibank-payment)
```

###  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)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[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)
