skpd/profiler-toolbar

Profiler toolbar for Zend Developer Tools

dev-master 2014-03-26 07:08 UTC

This package is not auto-updated.

Last update: 2024-04-08 12:43:51 UTC


README

SensioLabsInsight

Build Status Total Downloads

Introduction

Skpd\ProfilerToolbar is a module for Zend Framework 2, that adds profiler to the Zend Developer Tools.

Requirements

Installation

With composer

  1. Add this project in your composer.json:

    "require": {
        "skpd/profiler-toolbar": "dev-master"
    }

Post installation

  1. Enable it in your application.config.php file.

    return array(
        'modules' => array(
            'Skpd\ProfilerToolbar',
            // ...
        ),
    );