GithubHelp home page GithubHelp logo

renat-magadiev / zf3-bar-logger Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 9 KB

Tracy dumper as logger to Zend Developer Tools in ZF3 Framework

License: MIT License

PHP 55.28% HTML 44.72%
php zf3 zend-developer-tools tracy

zf3-bar-logger's Introduction

ZF3-BarLogger

Latest Stable Version License

integrated Tracy Dumper from Nette framework in Zend Framework 3 Developer Tools

BarLogger is collector to zend developer tools bar some data do dump.

Module installation

  1. cd my/project/directory

  2. create a composer.json file with following contents:

    {
        "require": {
            "renat-magadiev/zf3-bar-logger": "^1.0"
        }
    }
  3. install composer via curl -s http://getcomposer.org/installer | php (on windows, download http://getcomposer.org/installer and execute it with PHP)

  4. run php composer.phar install

  5. open my/project/directory/configs/modules.config.php and add the following key :

    'BarLogger',

Features

Dump data to Zend Developer Tools

Usage :

You can use \BarLogger\Collector\DebugCollector::barDump to dump data to bar

\BarLogger\Collector\DebugCollector::barDump($var, $title, $options);

There is also a shortcut via global function loaded by composer so you can call anywhere:

barDump($var, $title, $options);

License

renat-magadiev/zf3-bar-logger is licensed under the MIT License - See the LICENSE file for details.

zf3-bar-logger's People

Contributors

renat-magadiev avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

jkeiski

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.