PHPackages                             nsanden/jvzoo-rest-api-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. [API Development](/categories/api)
4. /
5. nsanden/jvzoo-rest-api-php

ActiveLibrary[API Development](/categories/api)

nsanden/jvzoo-rest-api-php
==========================

You can use this class to interface with the JVZoo Rest API.

52744PHP

Since Aug 5Pushed 8y ago3 watchersCompare

[ Source](https://github.com/nsanden/jvzoo-rest-api-php)[ Packagist](https://packagist.org/packages/nsanden/jvzoo-rest-api-php)[ RSS](/packages/nsanden-jvzoo-rest-api-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Jvzoo REST API (PHP)
====================

[](#jvzoo-rest-api-php)

You can use this class to interface with the JVZoo REST API.

Install (Composer)
==================

[](#install-composer)

```
composer require nsanden/jvzoo-rest-api-php:dev-master

```

Examples
========

[](#examples)

Start with

```
$api_key = 'xxxxxxxxx';
$account_password = 'xxxxxxxx';
$jvzoo_rest_api = new \nsanden\jvzoo\JvzooRestApi($api_key, $account_password);
```

Get recurring payment status

```
$pre_key = 'PA-XXXXXXXXXXXX';
var_dump(json_decode($jvzoo_rest_api->getRecurringPayment($pre_key)));
```

Cancel recurring payment

```
$pre_key = 'PA-XXXXXXXXXXXX';
var_dump(json_decode($jvzoo_rest_api->cancelRecurringPayment($pre_key)));
```

Get transaction summary

```
$pay_key = 'PA-XXXXXXXXXXXX';
var_dump(json_decode($jvzoo_rest_api->getTransactionSummary($pay_key)));
```

Get affiliate status

```
$product_id = 'XXXXXXXX';
$affiliate_id = 'XXXXXXXXXXXX';
var_dump(json_decode($jvzoo_rest_api->getAffiliateStatus($product_id, $affiliate_id)));
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3601eb794464e8d3092a507095e361a9c71207019b5edf66382b3db181a122a9?d=identicon)[nsanden](/maintainers/nsanden)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nsanden-jvzoo-rest-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/nsanden-jvzoo-rest-api-php/health.svg)](https://phpackages.com/packages/nsanden-jvzoo-rest-api-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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