PHPackages                             wemove/wizzyreferrals-sdk-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. wemove/wizzyreferrals-sdk-php

ActiveLibrary

wemove/wizzyreferrals-sdk-php
=============================

PHP SDK for Wizzy Referrals.

00PHP

Since Jul 13Pushed 1mo agoCompare

[ Source](https://github.com/Wizzy-Manager/wizzyreferrals-sdk-php)[ Packagist](https://packagist.org/packages/wemove/wizzyreferrals-sdk-php)[ RSS](/packages/wemove-wizzyreferrals-sdk-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

```
use Wizzy\Referrals\Client;

$client = new Client(
    baseUrl: env('WIZZY_REFERRALS_URL'),
    token: env('WIZZY_REFERRALS_TOKEN'),
);

$campaign = $client
    ->campaigns()
    ->create([
        'name' => 'Launch',
        'slug' => 'launch',
    ]);

$referral = $client
    ->referrals()
    ->findOrCreate([
        'campaign_id' => $campaign['id'],
        'referrer_type' => 'user',
        'referrer_id' => '58',
    ]);

$resolved = $client
    ->referrals()
    ->resolve($referral['code']);

$client
    ->conversionEvents()
    ->create([
        'attribution_token' => $resolved['attribution_token'],
        'event' => 'user.registered',
        'external_id' => '58',
    ]);
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance60

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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/1ca36e2bec6319e44a5be4076b879182a30581ae10046dfa0b922e96690c9c8f?d=identicon)[wemove](/maintainers/wemove)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wemove-wizzyreferrals-sdk-php/health.svg)

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

PHPackages © 2026

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