Skip to content

Skpd/profiler-toolbar

Repository files navigation

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

About

Module for Zend Framework 2, that adds profiler to the Zend Developer Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages