Download the PHP package bianjieai/avata-sdk-php without Composer

On this page you can find all versions of the php package bianjieai/avata-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package avata-sdk-php

一、介绍

边界智能旗下为对接Avata服务提供的PHP版本的SDK

二、例子

1. 初始化客户端

2. 链账户接口

2.1 创建单个链账户

2.2 批量创建链账户

2.3 查询链账户

2.4 查询链账户操作记录

3.NFT 接口

3.1 类别接口

3.1.1 创建类别

3.1.2 查询类别列表

3.1.3 查询类别详情

3.1.4 转让类别

3.2 NFT 接口

3.2.1 发行NFT

3.2.2 转让NFT

3.2.3 编辑NFT

3.2.4 销毁NFT

3.2.5 批量发行NFT

3.2.6 批量转让NFT

3.2.7 批量编辑NFT

3.2.7 批量销毁NFT

3.2.8 NFT列表

3.2.9 查询NFT详情

3.2.10 查询NFT操作记录

4.MT 接口

4.1 类别接口

4.1.1 创建 MT 类别

4.1.2 查询类别列表

4.1.3 查询类别详情

4.1.4 转让类别

4.2 MT 接口

4.2.1 发行MT

4.2.2 增发MT

4.2.3 转让MT

4.2.4 编辑MT

4.2.5 销毁MT

4.2.6 查询MT列表

4.2.7 查询MT详情

4.2.8 查询MT操作记录

4.2.9 查询MT余额

5.充值接口

5.1 购买能量值/业务费

5.2 查询能量值/业务费购买结果列表

5.3 查询能量值/业务费购买结果

5.4 批量购买能量值

6.链上存证服务

6.1 数字作品存证接口

7.交易结果查询接口

7.1 上链交易结果查询

7.2 上链交易排队状态查询


All versions of avata-sdk-php with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
guzzlehttp/guzzle Version ^7.5@dev
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bianjieai/avata-sdk-php contains the following files

Loading the files please wait ....