darkkemper / bsc-php
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
2.2.2
2024-01-09 13:04 UTC
Requires
- php: >=8.0
- ext-bcmath: *
- ext-gmp: *
- ext-json: *
- ext-openssl: *
- fenguoz/bip39-mnemonic-php: ~1.2.0
- fenguoz/minter-php-bip-44: ~1.0
- guzzlehttp/guzzle: ^7.2
- ionux/phactor: 1.0.8
- kornrunner/keccak: ^1.0
- phpseclib/phpseclib: ~2.0.11
- sop/asn1: ^3.3
- sop/crypto-encoding: ^0.2.0
- sop/crypto-types: ^0.2.1
- web3p/ethereum-tx: ^0.4.3
This package is auto-updated.
Last update: 2025-01-09 15:24:28 UTC
README
Introduction
Fork of BSC-PHP by Fenguoz
Advantage
- Methods
eth_getTransactionReceipt
andeth_sendRawTransaction
in BscscanApi now have error messages instead ofnull
to debug the response from the network - Fixed a bug in BscscanApi with the
send
method when theparams
variable is empty