PHPackages                             akim-bow/binance-request - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. akim-bow/binance-request

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

akim-bow/binance-request
========================

DNS protocol implementation written in pure PHP

111PHP

Since Oct 30Pushed 4y ago2 watchersCompare

[ Source](https://github.com/akim-bow/binance-request)[ Packagist](https://packagist.org/packages/akim-bow/binance-request)[ RSS](/packages/akim-bow-binance-request/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

binance-request
===============

[](#binance-request)

Simplified client for making request for binance

Examples
--------

[](#examples)

#### Example 1

[](#example-1)

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

$ma = new \BinanceRequest\Account(65, 'test', 'your api key', 'your api secret');
$req = \BinanceRequest\Request::getBinanceRequest();

$res = $req->getAccountInfo($ma)->wait();

print_r($res['positions'][0]);

foreach ($res['positions'] as $position) {
    if ($position['positionAmt'] > 0) {
        print_r($position);
    }
}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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/810c10e466fd42358fbe93e7019ac42b7433431a66354ad3f6435df8a38ecd65?d=identicon)[akim-bow](/maintainers/akim-bow)

---

Top Contributors

[![akim-bow](https://avatars.githubusercontent.com/u/59872966?v=4)](https://github.com/akim-bow "akim-bow (5 commits)")

### Embed Badge

![Health badge](/badges/akim-bow-binance-request/health.svg)

```
[![Health](https://phpackages.com/badges/akim-bow-binance-request/health.svg)](https://phpackages.com/packages/akim-bow-binance-request)
```

###  Alternatives

[jane-php/json-schema-runtime

Jane runtime Library

1912.1M16](/packages/jane-php-json-schema-runtime)[zjkal/time-helper

一个简单快捷的PHP日期时间助手类库。 a smart PHP datetime helper library.

21031.2k2](/packages/zjkal-time-helper)[yidas/pagination

PHP Paginator with Pager Widget (pure PHP, CI, Yii, Laravel support)

2718.2k](/packages/yidas-pagination)

PHPackages © 2026

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