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
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 47
pkg:composer/darkkemper/bsc-php
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-10-09 17:04:35 UTC
README
Introduction
Fork of BSC-PHP by Fenguoz
Advantage
- Methods
eth_getTransactionReceiptandeth_sendRawTransactionin BscscanApi now have error messages instead ofnullto debug the response from the network - Fixed a bug in BscscanApi with the
sendmethod when theparamsvariable is empty