PHPackages                             ryadnov/zenmoney-php-api-library - 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. ryadnov/zenmoney-php-api-library

ActiveLibrary[API Development](/categories/api)

ryadnov/zenmoney-php-api-library
================================

v1.0.0(9y ago)7613MITPHP

Since Jun 25Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Ryadnov/zenmoney-php-api-library)[ Packagist](https://packagist.org/packages/ryadnov/zenmoney-php-api-library)[ RSS](/packages/ryadnov-zenmoney-php-api-library/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

zenmoney-php-api-library
========================

[](#zenmoney-php-api-library)

To receive a `consumer_key` and `consumer_secret`, register a new application at

```
use Ryadnov\ZenMoney\Api\Auth\OAuth2;
use Ryadnov\ZenMoney\Api\V8\RequestDiff;

$auth       = new OAuth2([
    'consumer_key'    => 'XXXXXXXX',
    'consumer_secret' => 'XXXXXXXX',
    'username'        => 'XXXXXXXX',
    'password'        => 'XXXXXXXX',
]);
$token_info = $auth->getToken();

$request = new RequestDiff([
    'token' => $token_info['access_token'],
]);
$data    = $request->execute([
    'serverTimestamp' => 0, // first sync
]);
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3291d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/265502?v=4)[Ryadnov Andrey](/maintainers/Ryadnov)[@Ryadnov](https://github.com/Ryadnov)

---

Top Contributors

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

---

Tags

zenmoney

### Embed Badge

![Health badge](/badges/ryadnov-zenmoney-php-api-library/health.svg)

```
[![Health](https://phpackages.com/badges/ryadnov-zenmoney-php-api-library/health.svg)](https://phpackages.com/packages/ryadnov-zenmoney-php-api-library)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[eliashaeussler/cache-warmup

Composer package to warm up website caches, based on a given XML sitemap

75419.2k9](/packages/eliashaeussler-cache-warmup)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)

PHPackages © 2026

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