PHP code example of sschiau / particle

1. Go to this page and download the library: Download sschiau/particle 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/ */

    

sschiau / particle example snippets


	$machineID = 0; // Machine ID (aka Server ID no.)
	Particle::generateParticle($machineID);

	$particleID = '4611692470816737853';
	Particle::timeFromParticle($particleID);