<?php
// include iota lib
require_once("../iota.php");
// create client
$client = new iota('https://api.lb-0.testnet.chrysalis2.com'); $result = $client->peers();
#print_r($result); echo $client->peer((string) $peerId);Please find other examples in the examples folder.
<- Back to Overview
