1. Go to this page and download the library: Download miisieq/infakt-client 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/ */
miisieq / infakt-client example snippets
$infakt = new \Infakt\Infakt(
'7e2356a0a400d6ec3d2ced911991f3e8',
new \GuzzleHttp\Client()
);