Download the PHP package kakuilan/bsc-php7 without Composer
On this page you can find all versions of the php package kakuilan/bsc-php7. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kakuilan/bsc-php7
More information about kakuilan/bsc-php7
Files in kakuilan/bsc-php7
Download kakuilan/bsc-php7
More information about kakuilan/bsc-php7
Files in kakuilan/bsc-php7
Vendor kakuilan
Package bsc-php7
Short Description Support Binance's BNB and BEP20, 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.forked from Fenguoz/bsc-php
License MIT
Homepage https://github.com/Fenguoz/bsc-php
Package bsc-php7
Short Description Support Binance's BNB and BEP20, 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.forked from Fenguoz/bsc-php
License MIT
Homepage https://github.com/Fenguoz/bsc-php
Please rate this library. Is it a good library?
Informations about the package bsc-php7
English | 中文
BSC-PHP
Introduction
Support Binance's BNB and BEP20, 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 BNB currencies and BEP20 certifications in the BSC network
- Interface methods can be added or subtracted flexibly
Support Method
wallet
- *Generate a private key to create an account
newAccountByPrivateKey()
- *Generate mnemonic and create an account
newAccountByMnemonic()
- Restore account using mnemonic
revertAccountByMnemonic(string $mnemonic)
- Get the address according to the private key
revertAccountByPrivateKey(string $privateKey)
Bnb & BEP20
- *Check balances(BNB)
bnbBalance(string $address)
- *Check balances(BEP20)
balance(string $address)
- Transaction transfer (offline signature)
transfer(string $from, string $to, float $amount)
- Query the latest block
blockNumber()
- Query information according to the blockchain
getBlockByNumber(int $blockID)
- Returns the receipt of a transaction by transaction hash
getTransactionReceipt(string $txHash)
- *Returns the information about a transaction requested by transaction hash
getTransactionByHash(string $txHash)
- *Query transaction status based on transaction hash
receiptStatus(string $txHash)
Quick Start
Install
PHP8
or PHP7
Interface
Wallet
Bnb & BEP20
Plan
- Support ERC721|ERC-1155
- Smart Contract
🌟🌟
Cooperate
Contact
- WX:zgf243944672
- QQ:243944672
All versions of bsc-php7 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ionux/phactor Version 1.0.8
kornrunner/keccak Version ^1.0
sop/asn1 Version ^3.3
sop/crypto-encoding Version ^0.2.0
sop/crypto-types Version ^0.2.1
phpseclib/phpseclib Version ~2.0.11
guzzlehttp/guzzle Version ^7.2
furqansiddiqui/bip39-mnemonic-php Version ^0.1.2
fenguoz/minter-php-bip-44 Version ~1.0
ext-gmp Version *
ext-openssl Version *
ext-json Version *
ext-bcmath Version *
web3p/ethereum-tx Version ^0.4.3
ionux/phactor Version 1.0.8
kornrunner/keccak Version ^1.0
sop/asn1 Version ^3.3
sop/crypto-encoding Version ^0.2.0
sop/crypto-types Version ^0.2.1
phpseclib/phpseclib Version ~2.0.11
guzzlehttp/guzzle Version ^7.2
furqansiddiqui/bip39-mnemonic-php Version ^0.1.2
fenguoz/minter-php-bip-44 Version ~1.0
ext-gmp Version *
ext-openssl Version *
ext-json Version *
ext-bcmath Version *
web3p/ethereum-tx Version ^0.4.3
The package kakuilan/bsc-php7 contains the following files
Loading the files please wait ....