Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 567 Bytes

silex-qafoo-provider

Aka, the silex-tideways-provider!

Tideways? Qafoo?

Check out https://www.tideways.io.

Setup

$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());

Configuration

List of options:

  • qafoo.profiler.key (required)
  • qafoo.profiler.sample_rate
  • qafoo.profiler.route_blacklist

The provider will setup the qafoo profiler as soon as the register method is called.