1. Go to this page and download the library: Download twikey/twikey-api-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/ */
twikey / twikey-api-php example snippets
use GuzzleHttp\Client;
use GuzzleHttp\ClientInterface;
use Twikey\Api;
$httpClient = new Client([
'http_errors' => false,
'debug' => false
]);
$twikey = new Twikey($httpClient,$APIKEY);