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

ActiveLibrary

andydefer/php-pawapay
=====================

PHP SDK for integrating Pawapay Mobile Money payments (pay-ins, pay-outs, and webhooks) across African markets

v0.4.3(3w ago)028MITPHPPHP ^8.2

Since Jun 17Pushed 1w agoCompare

[ Source](https://github.com/andydefer/php-pawapay)[ Packagist](https://packagist.org/packages/andydefer/php-pawapay)[ RSS](/packages/andydefer-php-pawapay/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (19)Versions (37)Used By (0)

PHP Pawapay SDK
===============

[](#php-pawapay-sdk)

**SDK PHP pour l'intégration des paiements Mobile Money Pawapay à travers les marchés africains.**

---

📖 Introduction
--------------

[](#-introduction)

### Qu'est-ce que Pawapay ?

[](#quest-ce-que-pawapay-)

Pawapay est une plateforme de paiement qui permet d'accepter des paiements via Mobile Money (M-Pesa, MTN MoMo, Orange Money, etc.) dans plus de 15 pays africains.

### Ce que fait ce SDK

[](#ce-que-fait-ce-sdk)

Ce SDK transforme les appels HTTP bruts vers l'API Pawapay en **objets PHP typés, validés et documentés**.

### Pourquoi l'utiliser ?

[](#pourquoi-lutiliser-)

Sans SDKAvec SDK`json_decode()` manuelObjets PHP typés (`DepositDataStruct`)Validation manuelleValue Objects (`PhoneNumberVO`, `UuidVO`)String magiquesEnums (`Provider::MTN_MOMO_ZMB`)Code répétitifBuilders fluides---

🚀 Installation
--------------

[](#-installation)

```
composer require andydefer/php-pawapay
```

---

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

[](#️-configuration)

### Créer le client

[](#créer-le-client)

```
