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)6383MITPHPPHP &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 yesterday

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 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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

851d 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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11937.9M7.0k](/packages/illuminate-http)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4851.0k](/packages/sebdesign-laravel-viva-payments)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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