PHP code example of berkas1 / sigfox_php

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

    

berkas1 / sigfox_php example snippets




gfox\Sigfox;

$sigfox = new Sigfox("userID", "password");
$device = $sigfox->device("deviceId");


print $device->consumptions(2017);
print $device->info();

print $device->getResponseCode();

curl -sS https://getcomposer.org/installer | php
php composer.phar berkas1/sigfox_php