Download the PHP package mrzen/tigerbay without Composer
On this page you can find all versions of the php package mrzen/tigerbay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tigerbay
Tigerbay PHP
Usage
Initialize The Client
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';
All versions of tigerbay with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-curl Version *
guzzlehttp/guzzle Version ^7
ext-json Version *
symfony/serializer Version ^5.3
symfony/property-access Version ^5.3
doctrine/annotations Version ^1.13
phpdocumentor/reflection-docblock Version ^5.2
symfony/deprecation-contracts Version ^2
symfony/property-info Version ^5
symfony/string Version ^5
ext-curl Version *
guzzlehttp/guzzle Version ^7
ext-json Version *
symfony/serializer Version ^5.3
symfony/property-access Version ^5.3
doctrine/annotations Version ^1.13
phpdocumentor/reflection-docblock Version ^5.2
symfony/deprecation-contracts Version ^2
symfony/property-info Version ^5
symfony/string Version ^5
The package mrzen/tigerbay contains the following files
Loading the files please wait ....