PHPackages                             love-dj/huobi - 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. love-dj/huobi

ActiveLibrary[API Development](/categories/api)

love-dj/huobi
=============

提供了一套全新的API，可以帮用户快速接入火币PRO站及HADAX站的交易系统，实现程序化交易

021PHP

Since May 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/love-dj/huobi)[ Packagist](https://packagist.org/packages/love-dj/huobi)[ RSS](/packages/love-dj-huobi/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

thinkphp6.0 火币REST API请求库 扩展包
=============================

[](#thinkphp60-火币rest-api请求库-扩展包)

安装
--

[](#安装)

使用thinkphp6.0

```
composer require love-dj/huobi dev-main
```

huobi.php配置文件在config文件中

例子
--

[](#例子)

```
namespace app\controller;

use app\BaseController;
use think\Huobi;

class TestController extends BaseController
{
    /**
     * @var think\Huobi
     */
    protected $huobi;

    public function __construct(Huobi $huobi)
    {
        $this->huobi = $huobi;
    }

    public function index()
    {
        dd($this->huobi->get_account_balance());
    }

}

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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/0becf5dda7f073463e20cf1e7619997c77746a43c162fd313e1ebdd0844e6472?d=identicon)[love1130731](/maintainers/love1130731)

---

Top Contributors

[![love-dj](https://avatars.githubusercontent.com/u/16684797?v=4)](https://github.com/love-dj "love-dj (5 commits)")

### Embed Badge

![Health badge](/badges/love-dj-huobi/health.svg)

```
[![Health](https://phpackages.com/badges/love-dj-huobi/health.svg)](https://phpackages.com/packages/love-dj-huobi)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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