PHP code example of easybib / silex-qafoo-provider
1. Go to this page and download the library: Download easybib/silex-qafoo-provider 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/ */
easybib / silex-qafoo-provider example snippets
$app['qafoo.profiler.key'] = '{enter here your qafoo/tideways key}';
$app['qafoo.profiler.sample_rate'] = 20; // value equals %
$app->register(new \Easybib\Silex\Provider\QafooProfilerServiceProvider());