Download the PHP package nature6016/tron-php without Composer
On this page you can find all versions of the php package nature6016/tron-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nature6016/tron-php
More information about nature6016/tron-php
Files in nature6016/tron-php
Download nature6016/tron-php
More information about nature6016/tron-php
Files in nature6016/tron-php
Vendor nature6016
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/nature6016/tron-php
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/nature6016/tron-php
Please rate this library. Is it a good library?
Informations about the package tron-php
English | 中文
TRON-PHP
Introduction
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
Advantage
- One set of scripts is compatible with all TRX currencies and TRC20 certifications in the TRON network
- Interface methods can be added or subtracted flexibly
Support Method
- Generate address
generateAddress()
- Verify address
validateAddress(Address $address)
- Get the address according to the private key
privateKeyToAddress(string $privateKeyHex)
- Check balances
balance(Address $address)
- Transaction transfer (offline signature)
transfer(string $from, string $to, float $amount)
- Query the latest block
blockNumber()
- Query information according to the blockchain
blockByNumber(int $blockID)
- *Query information based on transaction hash
transactionReceipt(string $txHash)
Quick Start
Install
Interface
Plan
- Support TRC10
- Smart Contract
Package
Name | description | Scenes |
---|---|---|
iexbase/tron-api | TRON official document recommends PHP extension package | TRON basic API |
🌟🌟
Cooperate
Contact
- WX:18589058898
- QQ:996666016
All versions of tron-php with dependencies
PHP Build Version
Package Version
Requires
iexbase/tron-api Version
^2.0 || ^3.0 || ^3.1
ionux/phactor Version 1.0.8
kornrunner/keccak Version ^1.0
ionux/phactor Version 1.0.8
kornrunner/keccak Version ^1.0
The package nature6016/tron-php contains the following files
Loading the files please wait ....