Code Monkey home page Code Monkey logo

phalcon-bb-debugger's Introduction

Latest Stable Version Total Downloads Monthly Downloads License

Phalcon BB Debugger

  • Phalcon Version: 3.x
  • BB Debugger Version: 1.0.3

Change Log

What is BB Debugger ?

The bb debugger, written for the phalcon framework, provides developers with lots of information, such as your sql queries, the amount of ram used on the page, and your page-opening speed.

Composer Install Files

composer require ismail0234/phalcon-bb-debugger

How to Install BB Debugger ?

  1. You should download the latest version from the Releases section. (or install composer files)
  2. $config->application->libraryDir discard the folder where your library files are located.
  3. In the config/config.php file, define 'developerMode' => true into the application array.
  4. The following code into the config/loader.php file is $loader = new\Phalcon\Loader(); add after.
<?php

$loader = new \Phalcon\Loader();

/* BB DEBUGGER V1.0.2 */
if ($config->application->developerMode) {

    $namespaces = array_merge($loader->getNamespaces(), array('BBDebugger'=> $config->application->libraryDir . 'BBDebugger'));
    $loader->registerNamespaces($namespaces)->register();
    $bbdebugger = new \BBDebugger\BBDebugger($di);
    $bbdebugger->start();
    
}
  1. Enjoy the fun!

ScreenShot (v1.0.0)

Sql Querys

BB Debugger Phalcon Querys

Server Variables

BB Debugger Phalcon Servers

Cookies

BB Debugger Phalcon Cookies

phalcon-bb-debugger's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ajunlonglive

phalcon-bb-debugger's Issues

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.