PHPackages                             medboubazine/moogold - 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. medboubazine/moogold

ActiveLibrary[API Development](/categories/api)

medboubazine/moogold
====================

MooGold API Helper

1.0.2(1y ago)033MITPHP

Since Oct 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Medboubazine/MooGold)[ Packagist](https://packagist.org/packages/medboubazine/moogold)[ RSS](/packages/medboubazine-moogold/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Installation
============

[](#installation)

```
composer require medboubazine/moogold
```

How it works
============

[](#how-it--works)

```
$user_id = "";
$partner_id = "";
$secret_key = "";

//
// Credentials
//
$credentials = new Credentials($user_id, $partner_id, $secret_key);
//
// Main instance
//
$moogold =  new Moogold($credentials);

$user = $moogold->user();
$products = $moogold->products();
$orders = $moogold->orders();
```

- User

    1. Balance

    ```
    $user->balance();
    ```
- Products

    1. List

    ```
        $products->list(int $categgory_id);
    ```

    2. Details

    ```
        $products->details(int $product_id);
    ```
- Orders

    1. Create

    ```
        $orders->create(int $type, string $external_id, string $offer_id, int $quantity);
    ```

    2. Details

    ```
        $orders->details(int $id);
    ```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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 ~6 days

Total

2

Last Release

572d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39988497?v=4)[MOHAMMED BOUBAZINE](/maintainers/Medboubazine)[@Medboubazine](https://github.com/Medboubazine)

---

Top Contributors

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

---

Tags

phpmoogold

### Embed Badge

![Health badge](/badges/medboubazine-moogold/health.svg)

```
[![Health](https://phpackages.com/badges/medboubazine-moogold/health.svg)](https://phpackages.com/packages/medboubazine-moogold)
```

###  Alternatives

[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[gufy/whmcs

WHMCS API for Laravel 5

201.7k](/packages/gufy-whmcs)

PHPackages © 2026

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