PHPackages                             bcloudone/sdk-php - 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. bcloudone/sdk-php

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

bcloudone/sdk-php
=================

php sdk for bcloud.one

v1.0.4(5y ago)29821PHPPHP &gt;=5.3.0

Since Apr 7Pushed 5y agoCompare

[ Source](https://github.com/BCloudOne/sdk-php)[ Packagist](https://packagist.org/packages/bcloudone/sdk-php)[ Docs](https://github.com/BCloudOne/sdk-php)[ RSS](/packages/bcloudone-sdk-php/feed)WikiDiscussions master Synced 2mo ago

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

BCloud One SDK
==============

[](#bcloud-one-sdk)

> 基于PHP的BCloud平台SDK

---

### 安装方法

[](#安装方法)

```
$ composer require bcloudone/sdk-php

```

### 使用方法

[](#使用方法)

```
use BCloudOne\PaymentService

try {
    //传入RSA公私钥以及秘钥ID
    $PaymentService = new PaymentService($publicKey, $privateKey, $accessId);
    $address_info = $PaymentService->getNewWalletAddress($coin, $user_tag);
    if(!$address_info || $address_info['code'] != 0){
        $this->fail($address_info['code'], $address_info['message']);
    }
} catch (BCloudException $e) {
    //异常处理
    $this->fail(ResponseService::ERROR_MISSING_PARAM, $e->getMessage());
}
//返回数据
$address_info  = [
    'code'    => 0,
    'message' => '成功',
    'data'    => [
        "address"=> "0x9787Bb1dfa0C9b74a0ECe2b116c2a61Efc46069b",
        "address_tag"=> ""
    ]
  ];

```

### 链接

[](#链接)

- BCloud控制台：
- BCloud官网：
- BCloud接口文档：

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~22 days

Total

4

Last Release

2160d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08dbe577c7b6a71bfc23d0629f51a3cb2468f41476ee3f287873956188cf0016?d=identicon)[BCloudOne](/maintainers/BCloudOne)

---

Top Contributors

[![BCloudOne](https://avatars.githubusercontent.com/u/40710938?v=4)](https://github.com/BCloudOne "BCloudOne (13 commits)")

### Embed Badge

![Health badge](/badges/bcloudone-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/bcloudone-sdk-php/health.svg)](https://phpackages.com/packages/bcloudone-sdk-php)
```

###  Alternatives

[qcloud/cos-sdk-v4

PHP SDK for QCloud COS

4121.9k3](/packages/qcloud-cos-sdk-v4)[pitchart/transformer

A transducers implementation in PHP, with OOP powers

1016.8k](/packages/pitchart-transformer)[garethellis/crontab-schedule-generator

A PHP library for generating crontab schedule strings using expressive code

107.6k](/packages/garethellis-crontab-schedule-generator)[wedevelopnl/ux-table

172.4k](/packages/wedevelopnl-ux-table)[silverstripe/routewhitelist

Provides a whitelist of known valid URL patterns in a SilverStripe website.

111.6k](/packages/silverstripe-routewhitelist)

PHPackages © 2026

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