PHPackages                             mr-money/wenchang-avata - 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. mr-money/wenchang-avata

ActiveLibrary[API Development](/categories/api)

mr-money/wenchang-avata
=======================

文昌链 Avata API快速接入 SDK

v1.51(3y ago)3261MITPHPPHP &gt;=7.2

Since Oct 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mr-money/wenchang-avata)[ Packagist](https://packagist.org/packages/mr-money/wenchang-avata)[ RSS](/packages/mr-money-wenchang-avata/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (12)Used By (0)

文昌链 Avata API快速接入 SDK
=====================

[](#文昌链-avata-api快速接入-sdk)

Avata 是一款由边界智能基于区块链底层核心技术以及支持复杂分布式商业应用的经验自主研发的多链和跨链 API 服务平台。可支持多元资产数字化、链上链下可信交互，为复杂异构系统跨链协作提供一键式对接，助力企业简便快捷的构建分布式商业应用，将更多精力专注于业务创新与推广。

### 安装

[](#安装)

- PHP &gt;= 7.2
- [Composer](https://getcomposer.org/doc/00-intro.md)

```
# 安装
composer require mr-money/wenchang-avata

# 更新
composer update mr-money/wenchang-avata
```

### 使用

[](#使用)

```
//构建对象
$initData = [
    'apiKey' => 'apiKey',
    'apiSecret' => 'apiSecret',
    'domain' => 'https://stage.apis.avata.bianjie.ai', //测试地址
];
$avataLogic = new MrMoney\AvataLogic\AvataLogic($initData);

//创建链账户demo
$name = 'account_name';
$operationId = 'operationId'.rand(1000,9999);

$createRes = $avataLogic->CreateChainAccount($name,$operationId);
```

### 技术文档

[](#技术文档)

- [文昌链门户](https://apis.avata.bianjie.ai/)
- [Avata控制台](https://console.avata.bianjie.ai)
- [文昌链开发配置文档](https://wenchang.bianjie.ai/wenchangchain.html)
- [IRITA 技术文档](https://irita.bianjie.ai/docs/)
- [BSN用户手册-文昌链网关接入说明](https://bsnbase.com/static/tmpFile/bzsc/openper/7-3-1.html)
- [Avata API 技术文档（生产环境）](https://apis.avata.bianjie.ai)
- [Avata API 技术文档（测试环境）](https://stage.apis.avata.bianjie.ai)
- [文昌链浏览器（生产环境）](https://explorer.wenchang.bianjie.ai/)
- [文昌链测试网浏览器（测试测试环境）](https://explorer.testnet.bianjie.ai)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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 ~21 days

Recently: every ~47 days

Total

10

Last Release

1122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a89fcb2b188b85d80c0257f241168f610d877c1e8ecf8539b9aa10eac4ab1964?d=identicon)[Mr\_money](/maintainers/Mr_money)

---

Top Contributors

[![mr-money](https://avatars.githubusercontent.com/u/42912078?v=4)](https://github.com/mr-money "mr-money (33 commits)")

### Embed Badge

![Health badge](/badges/mr-money-wenchang-avata/health.svg)

```
[![Health](https://phpackages.com/badges/mr-money-wenchang-avata/health.svg)](https://phpackages.com/packages/mr-money-wenchang-avata)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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