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

ActiveLibrary[Payment Processing](/categories/payments)

modempay/modempay-php
=====================

Official PHP SDK for ModemPay payment processing. Simple, fast, and framework-agnostic with first-class Laravel support.

v1.0.0(6mo ago)0136↓50%MITPHPPHP ^8.1

Since Oct 25Pushed 6mo agoCompare

[ Source](https://github.com/modempay-inc/modempay-php)[ Packagist](https://packagist.org/packages/modempay/modempay-php)[ Docs](https://github.com/modempay-inc/modempay-php)[ RSS](/packages/modempay-modempay-php/feed)WikiDiscussions main Synced 1mo ago

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

ModemPay PHP SDK
================

[](#modempay-php-sdk)

Official PHP SDK for ModemPay payment processing.

[![Latest Version](https://camo.githubusercontent.com/07cbb17ba376cd2939f106e108bc3035715813eecc274ae1f6a7c36bec9458de/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f64656d7061792f6d6f64656d7061792d7068702e737667)](https://packagist.org/packages/modempay/modempay-php)[![PHP Version](https://camo.githubusercontent.com/df4230176fe0efe18fea5a81bfad766d1ea0b7576631244f3af9c76139a633d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d6f64656d7061792f6d6f64656d7061792d7068702e737667)](https://packagist.org/packages/modempay/modempay-php)[![License](https://camo.githubusercontent.com/3576f18a89a7d53f9aca4436d0f2f6b7712ec877af286f245e4637d4edc88791/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d6f64656d7061792f6d6f64656d7061792d7068702e737667)](https://packagist.org/packages/modempay/modempay-php)

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

[](#installation)

```
composer require modempay/modempay-php
```

Quick Start
-----------

[](#quick-start)

```
use ModemPay\ModemPay;

$modemPay = new ModemPay('your_api_key');

// List payment intents
$payments = $modemPay->paymentIntents()->list(['limit' => 10]);

// Create a transfer
$transfer = $modemPay->transfers()->initiate([
    'amount' => 1000,
    'account_number' => '7012345',
    'network' => 'wave',
    'currency' => 'GMD',
    'beneficiary_name' => 'John Doe'
], 'idempotency-key');

// Validate webhook
$event = $modemPay->webhooks()->composeEventDetails(
    file_get_contents('php://input'),
    $_SERVER['HTTP_X_MODEMPAY_SIGNATURE'],
    'your_webhook_secret'
);
```

Laravel Integration
-------------------

[](#laravel-integration)

The SDK auto-registers with Laravel. [View Laravel documentation →](docs/LARAVEL.md)

```
use ModemPay\Laravel\Facades\ModemPay;

ModemPay::paymentIntents()->list();
```

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

[](#documentation)

- [Laravel Integration](docs/LARAVEL.md)
- [API Reference](docs/API.md)
- [Webhook Handling](docs/WEBHOOKS.md)

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Symfony HTTP Client

License
-------

[](#license)

MIT License - see [LICENSE](LICENSE) for details.

Support
-------

[](#support)

- Documentation:
- Email:

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance66

Regular maintenance activity

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

205d ago

### Community

Maintainers

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

---

Top Contributors

[![chibuike-okpara](https://avatars.githubusercontent.com/u/54779057?v=4)](https://github.com/chibuike-okpara "chibuike-okpara (8 commits)")

---

Tags

phplaravelsdkpayment processingpaymentpaymentspayment gatewaymodempay

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/modempay-modempay-php/health.svg)

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

###  Alternatives

[cybersource/rest-client-php

Client SDK for CyberSource REST APIs

39881.3k6](/packages/cybersource-rest-client-php)

PHPackages © 2026

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