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(8y ago)7613MITPHP

Since Jun 25Pushed 8y 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 1mo 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 64% 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

3239d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f4adebbd4f0dc751128043e71d4efb21277e6fb77802a4d557531bc5c7f2265f?d=identicon)[Ryadnov](/maintainers/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.4k5.6M647](/packages/sylius-sylius)[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)
