use Mrzen\Tigerbay;
$config = (new Tigerbay\Config())->setBaseURL($baseURL) // Required
->setClientId($clientId) // Required
->setSecret($clientSecret) // Required
->setTimeout(10.0) // Optional
$client = new Tigerbay\Client($config);
// Get cache stats
$stats = $client->stats();
echo 'System contains ' . $stats->getItemCount() . ' tours';
-
Notifications
You must be signed in to change notification settings - Fork 0
mrzen/tigerbay-php
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|