PHPackages                             egorlarionov1/qoo10api - 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. egorlarionov1/qoo10api

ActiveLibrary

egorlarionov1/qoo10api
======================

2222PHP

Since May 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/larionov24e/qoo10-api)[ Packagist](https://packagist.org/packages/egorlarionov1/qoo10api)[ RSS](/packages/egorlarionov1-qoo10api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

qoo10-api
=========

[](#qoo10-api)

```
require_once 'vendor/autoload.php';

use Qoo10\Api\Items\Goods;
use Qoo10\Api\Qoo10ApiProcessor;
use Qoo10\Api\Qoo10CertGenerator;

$key = '1231231';
$userId = 1;
$password = 'asdasda';

$certGenerator = new Qoo10CertGenerator();
$cert = $certGenerator->certGenerate($key, $userId, $password);

$processor = new Qoo10ApiProcessor();
$processor->setCertificate($cert);

$goods = new Goods($processor);
$goods->setNewGoods([
    'blabla' => 1
]);

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

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/6ee2652cd5d1b7ae3fbfb09b17eaffbf2ccec9926a8b910556dd41ac58afda63?d=identicon)[larionov24e](/maintainers/larionov24e)

---

Top Contributors

[![larionov24e](https://avatars.githubusercontent.com/u/6544899?v=4)](https://github.com/larionov24e "larionov24e (1 commits)")

### Embed Badge

![Health badge](/badges/egorlarionov1-qoo10api/health.svg)

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

PHPackages © 2026

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