ydyachenko/db-queries-toolbar

This package is abandoned and no longer maintained. No replacement package was suggested.

Db toolbar for ZendDeveloperTools

0.2 2019-02-13 14:39 UTC

This package is auto-updated.

Last update: 2022-10-13 22:37:21 UTC


README

Module providing DB toolbar for the Zend Developer Tools.

Installation

  1. Install the module via composer by running:

    $ composer require --dev ydyachenko/db-queries-toolbar
  2. Add the DbQueriesToolbar module to the module section of your application config.

  3. Enable database profiler:

<?php

return [
    'db' => [
        'profiler' => true,
    ],
];