Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

saxulum-legacy/saxulum-webprofiler-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saxulum webprofiler provider

works with plain silex-php

Build Status Total Downloads Latest Stable Version Scrutinizer Code Quality

Features

  • Enhance the default silex web profiler with database informations

Requirements

  • php >=5.5
  • jdorn/sql-formatter ~1.1
  • psr/log 1.0.*
  • silex/silex ~2.0
  • silex/web-profiler ~2.0

Installation

The SilexWebProfiler from silex itself is needed!

$app->register(new Provider\WebProfilerServiceProvider(), array(
    'profiler.cache_dir' => __DIR__.'/../cache/profiler',
    'profiler.mount_prefix' => '/_profiler', // this is the default
));
$app->register(new Saxulum\SaxulumWebProfiler\Provider\SaxulumWebProfilerProvider());