Phalcon 3.x BB Debugger Strong and easy install.

Overview

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

You might also like...
Easily install PHP extension in Docker containers

Easy installation of PHP extensions in official PHP Docker images This repository contains a script that can be used to easily install a PHP extension

Magento 2 Bash Install/Restore Script

Magento 2 Bash Install/Restore Script This script is designed to simplify the installation process of Magento 2 and rapid deployment of merchant code

A composer plugin, to install differenty types of composer packages in custom directories outside the default composer default installation path which is in the vendor folder.

composer-custom-directory-installer A composer plugin, to install differenty types of composer packages in custom directories outside the default comp

Helper plugin to install SilverStripe recipes
Helper plugin to install SilverStripe recipes

SilverStripe recipe-plugin Introduction This plugin enhances composer and allows for the installation of "silverstripe-recipe" packages. These recipes

Install a brand new, shiny website.
Install a brand new, shiny website.

Deutsch English Svenska Install 0.8.76 Install a brand new, shiny website. How to install a website Installing is unzipping one file and you are ready

Setupify is a Phalcon provisioning and development tool.
Setupify is a Phalcon provisioning and development tool.

Setupify Provisioning Tool WARNING: Setupify is currently in a state of experimentation. Use tag release. Setupify is a collection of bash scripts for

A powerful debug and profilers tool for the Phalcon Framework
A powerful debug and profilers tool for the Phalcon Framework

Phalcon Debugbar Integrates PHP Debug Bar with Phalcon Framework. 中文说明 Features Normal request capturing Ajax request capturing Redirect request chain

 Phalcon Demo Application
Phalcon Demo Application

Phalcon Demo Application We use modified Phalcon INVO Application to demonstrate basics of Codeception testing. We expect to implement as many feature

Phalcon official Forum

Phosphorum 3 Phosphorum is an engine for building flexible, clear and fast forums. You can adapt it to your own needs or improve it if you want. Pleas

Releases(v1.0.3)
Owner
İsmail
🍬 Rise and Shine, Mr Freeman. We Love Half Life! 💖
İsmail
A Phalcon paginator adapter for Phalcon Collections

Phalcon Collection Paginator A Phalcon paginator adapter for Phalcon Collections Why create this? Being familiar with the various Pagination data adap

Angel S. Moreno 2 Oct 7, 2022
Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 1.9.x and earlier.

Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 1.9.x and earlier.

Strategery 123 Nov 20, 2021
A few Fat-Free specific extensions for Tracy Debugger to help debug your code quickly.

Fat-Free Tracy Extensions This is a set of extensions to make working with Fat-Free a little richer. F3 - Analyze all hive variables. Database - Analy

Austin 6 Nov 17, 2022
Kind of a step-debugger for your Abstract Syntrax Tree

PHP AST Inspector This package offers a command-line utility for parsing a PHP script and navigating the resulting Abstract Syntax Tree (AST), showing

Matthias Noback 61 Dec 1, 2022
Easy Repository pattern for PHP Phalcon framework.

Phalcon Repositories Introduction Phalcon Repositories lets you easily build repositories for your Phalcon models, for both SQL and Mongo drivers. PHP

Michele Angioni 18 Oct 7, 2022
An installer package that let's you install NodeJS and NPM as a Composer dependency.

NodeJS installer for Composer This is an installer that will download NodeJS and NPM and install them in your Composer dependencies. Installation is s

TheCodingMachine 106 Sep 30, 2022
This module adds a command to easily generate "modules" in Laravel and install them using composer.

Laravel Module Create This module adds a command to easily generate "modules" in Laravel and install them using composer Installation Simply install t

null 2 Feb 18, 2022
Install an execute script of specify quality tools to your git pre-commit hook, and it executes only for changed files

Quality Hook Installer Install an execute script of specify quality tools to your git pre-commit hook, and it executes only for changed files Install

Kay W. 2 Dec 15, 2022