PHPackages                             trade-api-prototype/src - 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. trade-api-prototype/src

ActiveLibrary

trade-api-prototype/src
=======================

Demo project

0.0.3(3y ago)06proprietaryPHPPHP &gt;=8.0

Since Jun 10Pushed 3y agoCompare

[ Source](https://github.com/shiroorg/trade-api-prototype)[ Packagist](https://packagist.org/packages/trade-api-prototype/src)[ RSS](/packages/trade-api-prototype-src/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

### Install

[](#install)

```
composer require trade-api-prototype/src
```

### Example

[](#example)

Example using a `class` in work

```
$Trade = new Trade\Payeer(array(
    'id' => 'XXXXX',
    'key'=> 'XXXXX'
));

$Trade->Account();
```

Configuration example `composer`

```
 "minimum-stability": "dev",
  "require": {
    "trade-api-prototype": "dev-master",
    "phpunit/phpunit": "^9.5"
  }
```

Command run `test`

```
composer exec phpunit  --verbose PayeerTest
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~0 days

Total

3

Last Release

1438d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c039e976fb38d6e0d32f035f765093f4446f1754c7751f0e86db7ef721ddc7ec?d=identicon)[shiroorg](/maintainers/shiroorg)

---

Top Contributors

[![shiroorg](https://avatars.githubusercontent.com/u/5706652?v=4)](https://github.com/shiroorg "shiroorg (11 commits)")[![payeer](https://avatars.githubusercontent.com/u/9316626?v=4)](https://github.com/payeer "payeer (1 commits)")

### Embed Badge

![Health badge](/badges/trade-api-prototype-src/health.svg)

```
[![Health](https://phpackages.com/badges/trade-api-prototype-src/health.svg)](https://phpackages.com/packages/trade-api-prototype-src)
```

PHPackages © 2026

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