Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.28 KB

Skpd\ProfilerToolbar, v1

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',
            // ...
        ),
    );