PHPackages                             wassa/wedoogift-client - 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. wassa/wedoogift-client

ActiveLibrary[API Development](/categories/api)

wassa/wedoogift-client
======================

0.2(4y ago)06MITPHP

Since Oct 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wassafr/wedoogift-php-client)[ Packagist](https://packagist.org/packages/wassa/wedoogift-client)[ RSS](/packages/wassa-wedoogift-client/feed)WikiDiscussions master Synced 1mo ago

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

Wassa WeDooGift PHP Client
==========================

[](#wassa-wedoogift-php-client)

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

[](#installation)

`composer require wassa/wedoogift-client`

Supported features
------------------

[](#supported-features)

- Add a user
- List deposits
- Create a distribution to a user (give 💰💰💰)

Usage
-----

[](#usage)

```
$reasonId = 1234;
$userId = 5678;
$valueToDistribute = 1;

$wdg = new \Wassa\WeDooGift\WeDooGiftClient('');
$wdg->init();

$wdg->addUser('John', 'Doe', 'john.doe@yourhosting.com'); // returns the user id
$wdg->distribute($reasonId, 'Cool message', $userId, $valueToDistribute);
```

All methods throw a `\Exception` if something wrong happens.

TODO
----

[](#todo)

- Add support for production environment

License
-------

[](#license)

You are free to use this, although it probably won't be very useful to you. You can submit PR but we will most probably not work on it.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Every ~48 days

Total

2

Last Release

1605d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/877eda4ea7a283f6586e4bb72bba182e3f0267dda97e7d42157b178cdc55d832?d=identicon)[wassafr](/maintainers/wassafr)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wassa-wedoogift-client/health.svg)

```
[![Health](https://phpackages.com/badges/wassa-wedoogift-client/health.svg)](https://phpackages.com/packages/wassa-wedoogift-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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