Download the PHP package daqiaowijiu/tron-php without Composer
On this page you can find all versions of the php package daqiaowijiu/tron-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download daqiaowijiu/tron-php
More information about daqiaowijiu/tron-php
Files in daqiaowijiu/tron-php
Download daqiaowijiu/tron-php
More information about daqiaowijiu/tron-php
Files in daqiaowijiu/tron-php
Vendor daqiaowijiu
Package tron-php
Short Description Support TRON's TRX and TRC20, which include functions such as address creation, balance query, transaction transfer, query the latest blockchain, query information based on the blockchain, and query information based on the transaction hash
License MIT
Homepage https://github.com/daqiaowijiu/tron
Package tron-php
Short Description Support TRON's TRX and TRC20, which include functions such as address creation, balance query, transaction transfer, query the latest blockchain, query information based on the blockchain, and query information based on the transaction hash
License MIT
Homepage https://github.com/daqiaowijiu/tron
Please rate this library. Is it a good library?
Informations about the package tron-php
TRON-PHP
概述
TRON-PHP 目前支持波场的 TRX 和 TRC20 中常用生成地址,发起转账,离线签名等功能。
特点
- 一套写法兼容 TRON 网络中 TRX 货币和 TRC 系列所有通证
- 接口方法可可灵活增减
支持方法
- 生成地址
generateAddress()
- 验证地址
validateAddress(Address $address)
- 根据私钥得到地址
privateKeyToAddress(string $privateKeyHex)
- 查询余额
balance(Address $address)
- 交易转账(离线签名)
transfer(Address $from, Address $to, float $amount)
- 查询最新区块
blockNumber()
- 根据区块链查询信息
blockByNumber(int $blockID)
- 根据交易哈希查询信息
transactionReceipt(string $txHash)
快速开始
安装
PHP8
接口调用
计划
- 支持 TRC10
- 智能合约
扩展包
扩展包名 | 描述 | 应用场景 |
---|---|---|
fenguoz/tron-api | 波场官方文档推荐 PHP 扩展包 | 波场基础Api |
All versions of tron-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
daqiaowijiu/web3.php Version ^1.0.0
daqiaowijiu/tron-api Version ^1.0.0
ionux/phactor Version 1.0.8
kornrunner/keccak Version ~1.0
daqiaowijiu/web3.php Version ^1.0.0
daqiaowijiu/tron-api Version ^1.0.0
ionux/phactor Version 1.0.8
kornrunner/keccak Version ~1.0
The package daqiaowijiu/tron-php contains the following files
Loading the files please wait ....