PHPackages                             iceqi/avata-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. iceqi/avata-php

ActiveLibrary

iceqi/avata-php
===============

文昌链php操作

v1.0.1(3y ago)032Apache-2.0PHPPHP &gt;=5.5

Since Aug 23Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

\#Avata 文昌链 PHP

基于官方api 文档开发
------------

[](#基于官方api-文档开发)

### 使用方法

[](#使用方法)

***所有参数通过 类成员属性进行传参***

***具体使用参数请参照官方文档 [文昌链接口文档](https://apis.avata.bianjie.ai)***

```
//新增链账户
$account = new \Iceqi\AvataPhp\Apis\Accounts\Accounts();
$account->name = "xxx";
$account->operation_id = "xxx";
$account =$account->create();
$result = $client->request($account)->result();

// 查询链账户 参数参照官方文档
$client = new \Iceqi\AvataPhp\Client("xxx", "xxx");
$account = new \Iceqi\AvataPhp\Apis\Accounts\Accounts();
$account->limit = 10;
$account = $account->info();
$result = $client->request($account)->result();

//创建 NFT 类别

$client = new \Iceqi\AvataPhp\Client("xxx","xxx");
$classes = new \Iceqi\AvataPhp\Apis\Nft\Classes();
$classes->name = "xxx";
$classes->owner = "xxx";
$classes->operation_id = "xxx";
$classeParam =$classes->create();
$result = $client->request($classeParam)->result();
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

2

Last Release

1358d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5836c32afc299958c9e27e778bb553edc9da20fb80c91b28fb1af618ad0e9f23?d=identicon)[iceqi](/maintainers/iceqi)

---

Top Contributors

[![iceqi](https://avatars.githubusercontent.com/u/3378315?v=4)](https://github.com/iceqi "iceqi (11 commits)")

### Embed Badge

![Health badge](/badges/iceqi-avata-php/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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