Download the PHP package birzha76/tron-php without Composer
On this page you can find all versions of the php package birzha76/tron-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download birzha76/tron-php
More information about birzha76/tron-php
Files in birzha76/tron-php
Download birzha76/tron-php
More information about birzha76/tron-php
Files in birzha76/tron-php
Vendor birzha76
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/Birzha76/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/Birzha76/tron-php
Please rate this library. Is it a good library?
Informations about the package tron-php
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
PHP8
or PHP7
Interface
Plan
- Support TRC10
- Smart Contract
Package
Name | description | Scenes |
---|---|---|
Fenguoz/tron-api | TRON official document recommends PHP extension package | TRON basic API |
All versions of tron-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
fenguoz/web3.php Version ^1.0
fenguoz/tron-api Version ~1.1
ionux/phactor Version 1.0.8
kornrunner/keccak Version ~1.0
fenguoz/web3.php Version ^1.0
fenguoz/tron-api Version ~1.1
ionux/phactor Version 1.0.8
kornrunner/keccak Version ~1.0
The package birzha76/tron-php contains the following files
Loading the files please wait ....