1. Go to this page and download the library: Download stelzer/php-powerlink 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/ */
stelzer / php-powerlink example snippets
werLink\PowerLink as API;
$payload = array('your payload');
$token_id = '<YOUR TOKEN ID>';
$client = new API($token_id);
$client->create();