PHPackages                             faso-dev/orange-money-burkina-sdk - 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. faso-dev/orange-money-burkina-sdk

ActiveLibrary

faso-dev/orange-money-burkina-sdk
=================================

Ce package est une API qui encapsule l'API de base de Orange Money Burkina

v2.beta(4y ago)34830↓100%12[1 issues](https://github.com/faso-dev/orange-money-burkina-sdk/issues)MITPHPPHP &gt;=7.3

Since Jan 6Pushed 2y ago4 watchersCompare

[ Source](https://github.com/faso-dev/orange-money-burkina-sdk)[ Packagist](https://packagist.org/packages/faso-dev/orange-money-burkina-sdk)[ RSS](/packages/faso-dev-orange-money-burkina-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (8)Used By (0)

sdk orange-money-burkina
========================

[](#sdk-orange-money-burkina)

SDK non officiel de l'API de base de Orange Money Burkina afin de faciliter son usage et son intégration par les développeurs dans des projets PHP.

Installation via composer
-------------------------

[](#installation-via-composer)

```
composer require faso-dev/orange-money-burkina-sdk
```

Cas d'utilisation
-----------------

[](#cas-dutilisation)

```
use Fasodev\Sdk\Config\TransactionData;
use Fasodev\Sdk\Exception\TransactionException;
use Fasodev\Sdk\OrangeMoneyAPI;
use Fasodev\Sdk\PaymentSDK;

require_once __DIR__ . '/vendor/autoload.php';

try {
    $orangeApi = (new OrangeMoneyAPI("username", "password", "merchant_number"))
                ->withTransactionData(TransactionData::from('client_number', 'payment_amount', 'otp_code'))
                ->withCustomReference("123456778") //optionnal
                ->useProdApi() // for production
                ->withoutSSLVerification() //if you have any troubleshoot with ssl verifcation(not recommended)
    ;
    $response = (new PaymentSDK($orangeApi))->handlePayment();
    echo 'Thank you for your purchasse !';
    echo $response->getTransactionId();
} catch (TransactionException $exception) {
    echo "Whoops! Unable to process payment.
          Error message returned by request: {$exception->getMessage()}.
          Error code returned by request: {$exception->getCode()}";
}
```

Testing
-------

[](#testing)

Exécutez les tests avec:

```
vendor/bin/phpunit
```

ou

```
composer tests
```

Authors
-------

[](#authors)

-
-

Merci de contribuer !

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 73.3% 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

Every ~236 days

Recently: every ~295 days

Total

6

Last Release

771d ago

Major Versions

v1.alpha → v2.beta2021-12-11

PHP version history (4 changes)v1.betaPHP ^7.1

v1.alphaPHP &gt;=5.6

v2.betaPHP &gt;=7.3

1.0.0.x-devPHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f30387249ba011301439f329ef324e73d5269750c44c1265bf1a66496750028?d=identicon)[faso-dev](/maintainers/faso-dev)

---

Top Contributors

[![faso-dev](https://avatars.githubusercontent.com/u/40303326?v=4)](https://github.com/faso-dev "faso-dev (22 commits)")[![yenteck](https://avatars.githubusercontent.com/u/16417198?v=4)](https://github.com/yenteck "yenteck (4 commits)")[![tsommie](https://avatars.githubusercontent.com/u/10388658?v=4)](https://github.com/tsommie "tsommie (3 commits)")[![issadicko](https://avatars.githubusercontent.com/u/28827272?v=4)](https://github.com/issadicko "issadicko (1 commits)")

---

Tags

orangeorange-burkinaorange-moneyorange-money-burkinaorangemoneytransferttransfert-d-argent

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/faso-dev-orange-money-burkina-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/faso-dev-orange-money-burkina-sdk/health.svg)](https://phpackages.com/packages/faso-dev-orange-money-burkina-sdk)
```

PHPackages © 2026

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