1. Go to this page and download the library: Download eldarqa/bitaps-wallet-api library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
eldarqa / bitaps-wallet-api example snippets
// use Bitaps\WalletAPI\WalletAPI;
$endpoint = "https://api.bitaps.com/btc/testnet/v1";
$api = new WalletAPI($endpoint);
$create = $api->createWallet();
// it's recommended to set the password, just use: $api->createWallet($callbackLink, $password);
// $create->getWalletId();