PHP code example of plabbett / php-iota-seeder

1. Go to this page and download the library: Download plabbett/php-iota-seeder 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/ */

    

plabbett / php-iota-seeder example snippets


composer 



use Labbett\IOTA\Wallet\Seed as IotaSeed;

$seed = IotaSeed::generate();


php example.php

php -S localhost:8080