<?php
// include iota lib
require_once("autoload.php");
// create client
$client = new IOTA\Client\SingleNodeClient();
echo $ret = (new IOTA\Action\sendMessage($client))->index('#tanglePHP')
->data('message test! follow me on Twitter @tanglePHP')
->run();
Please find other examples in the examples folder.
<- Back to Overview