PHPackages                             icode/geepay-laravel - 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. icode/geepay-laravel

ActiveLibrary[Payment Processing](/categories/payments)

icode/geepay-laravel
====================

Laravel SDK for the Geepay Gateway

v1.0.0(1y ago)01MITPHPPHP ^8.0

Since Jun 2Pushed 1y agoCompare

[ Source](https://github.com/Malemelo/geepay-laravel)[ Packagist](https://packagist.org/packages/icode/geepay-laravel)[ RSS](/packages/icode-geepay-laravel/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

Geepay Laravel SDK
==================

[](#geepay-laravel-sdk)

A Laravel package for integrating with the [Geepay Gateway](https://gateway.mygeepay.com). Supports Mobile Money Collections, Disbursements, Hosted Checkout, and Access Token Management.

---

---

👤 Author
--------

[](#-author)

- **Isaac Malemelo** – [@Malemelo](https://github.com/Malemelo)

---

🙋 Support
---------

[](#-support)

For issues, bugs, or feature requests, please open an issue on GitHub:

---

📦 Installation
--------------

[](#-installation)

Install via [Composer](https://getcomposer.org/):

```
composer require icode/geepay-laravel
```

Publish the configuration file:
-------------------------------

[](#publish-the-configuration-file)

```
php artisan vendor:publish --tag=config
```

⚙️ Configuration
----------------

[](#️-configuration)

### Add the following environment variables in your .env file:

[](#add-the-following-environment-variables-in-your-env-file)

```
GEEPAY_BASE_URL=https://gateway.mygeepay.com
GEEPAY_CLIENT_ID=your_client_id
GEEPAY_CLIENT_SECRET=your_client_secret
GEEPAY_CALLBACK_URL=https://yourapp.com/api/geepay-callback
```

#### The config file will be published to config/geepay.php.

[](#the-config-file-will-be-published-to-configgeepayphp)

HOW TO USE THE PACKAGE
----------------------

[](#how-to-use-the-package)

```
use Geepay\Facades\Geepay;

// Get token
$token = Geepay::auth()->generateAccessToken();

// Disbursement
$response = Geepay::disburse()->disburse($token, '260972439891', 100, 'Test pay', uniqid());

// Collection
$response = Geepay::collect()->requestToPay($token, '260972439891', 1000, uniqid());

// Checkout
$response = Geepay::checkout()->createSession($token, 1000, 'ORD-123', 'Nagato', 'nagato@example.com', uniqid());
```

🧰 Requirements
--------------

[](#-requirements)

#### PHP &gt;= 8.0

[](#php--80)

#### Laravel &gt;= 8.x

[](#laravel--8x)

#### Guzzle HTTP Client

[](#guzzle-http-client)

📄 License
=========

[](#-license)

##### This package is open-sourced software licensed under the MIT license.

[](#this-package-is-open-sourced-software-licensed-under-the-mit-license)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance47

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

397d ago

### Community

Maintainers

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

---

Top Contributors

[![Malemelo](https://avatars.githubusercontent.com/u/7426975?v=4)](https://github.com/Malemelo "Malemelo (1 commits)")

### Embed Badge

![Health badge](/badges/icode-geepay-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/icode-geepay-laravel/health.svg)](https://phpackages.com/packages/icode-geepay-laravel)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

758.5M9](/packages/chargebee-chargebee-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[imdhemy/google-play-billing

Google Play Billing

491.5M5](/packages/imdhemy-google-play-billing)

PHPackages © 2026

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