PHPackages                             youssouf/orange\_money\_php\_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. [API Development](/categories/api)
4. /
5. youssouf/orange\_money\_php\_sdk

ActiveLibrary[API Development](/categories/api)

youssouf/orange\_money\_php\_sdk
================================

Orange money PHP SDK

015PHP

Since Nov 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Donzo24/orange_money_php_sdk)[ Packagist](https://packagist.org/packages/youssouf/orange_money_php_sdk)[ RSS](/packages/youssouf-orange-money-php-sdk/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Orange money PHP SDK
====================

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

Orange money PHP SDK is a php package to implement orange money payment in an application

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

[](#installation)

Use the package composer to install.

```
composer require youssouf/orange_money_php_sdk
```

Usage
-----

[](#usage)

```
use Donzo24\OrangeMoneySdk\OrangeMoneySdk;

# returns 'object'
$om = new OrangeMoneySdk([
	'clientId' => "clientId",
	'clientSecret' => "clientSecret",
	'merchant_key' => "key",
	'currency' => "OUV",
	'lang' => 'fr',
	'reference' => "Compagny Name",
	'production' => "true|false"
]);

# returns 'bool'
$response = $om->webPaymentTransactionInit([
	'order_id' => "72626272723",
	'amount' => "20000",
	'notif_url' => "",
	'return_url' => "",
	'cancel_url' => "",
]);

if ($response) {
	echo $om->payment_url;
	echo $om->pay_token;
	echo $om->notif_token;
}
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f5050c6efb41dc97bd1a8ed7ef87c295e951dbbd3445d2f5c5c2f3f7fafa7fa?d=identicon)[Donzo24](/maintainers/Donzo24)

---

Top Contributors

[![Donzo24](https://avatars.githubusercontent.com/u/11745073?v=4)](https://github.com/Donzo24 "Donzo24 (8 commits)")

### Embed Badge

![Health badge](/badges/youssouf-orange-money-php-sdk/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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