Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 331 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 331 Bytes

APIHeaven-PHP

Create your custom bitcoin / ethereum payment gateway using APIHeaven

Usage

Generate Ethereum address

$address= $apiheaven->getEthereumAddress(1);

Generate Bitcoin address

$address= $apiheaven->getBitcoinAddress(1);

1