PHP code example of qortex / php-webtronics-connector
1. Go to this page and download the library: Download qortex/php-webtronics-connector 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/ */
qortex / php-webtronics-connector example snippets
php
use Qortex\Webtronics\Services\Connector as WebtronicsConnector;
$webtronicsConnector = new WebtronicsConnector($apiKey, $projectId);
php
function queryUrlTags(string $url)