All Projects → marcelorodrigo → developerbar

marcelorodrigo / developerbar

Licence: other
Developer Bar (inspired on Kohana Debug Toolbar) for Kohana 3+ PHP

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to developerbar

Switch
Manage chrome extensions from the toolbar
Stars: ✭ 13 (-18.75%)
Mutual labels:  toolbar
CleanUI
Android library to create beautiful, clean and minimal UIs.
Stars: ✭ 19 (+18.75%)
Mutual labels:  toolbar
atom-toolbar-almighty
Atom editor's missing toolbar
Stars: ✭ 21 (+31.25%)
Mutual labels:  toolbar
tool-bar
Package providing customisable toolbar for Atom
Stars: ✭ 161 (+906.25%)
Mutual labels:  toolbar
Toolbar-Elevation-Pre-Lollipop
Toolbar Elevation on Pre-lollipop devices
Stars: ✭ 56 (+250%)
Mutual labels:  toolbar
Snap-Assist
MacOS toolbar utility application that makes window management easier.
Stars: ✭ 17 (+6.25%)
Mutual labels:  toolbar
OpcacheBundle
Displays the PHP OPcache status in the Symfony profiler toolbar.
Stars: ✭ 21 (+31.25%)
Mutual labels:  toolbar
ELeMaList
仿饿了么商品列表页面
Stars: ✭ 43 (+168.75%)
Mutual labels:  toolbar
CoolCoodinatorLayout
banner沉浸式+滚动视差+悬浮搜索框+标题置顶复杂联动效果
Stars: ✭ 46 (+187.5%)
Mutual labels:  toolbar
SimpleToolbar
Custom Android Toolbar
Stars: ✭ 22 (+37.5%)
Mutual labels:  toolbar
qt-quick-responsive-helper
A simple toolbar for QtQuick based applications, to let developers test different resolutions and dpi settings easily. It was made to be integrated with minimal effort (only one QML file), and to be configurable for your specific usage.
Stars: ✭ 26 (+62.5%)
Mutual labels:  toolbar
NotchToolkit
Use the iPhone X notch in creative ways 👩‍🎨👨‍🎨.
Stars: ✭ 55 (+243.75%)
Mutual labels:  toolbar
SuperToolbar
Android native Toolbar on steroids 💪
Stars: ✭ 52 (+225%)
Mutual labels:  toolbar
Whatsapp Android App
This is sample code for layout for chatting app like Whatsapp.
Stars: ✭ 32 (+100%)
Mutual labels:  toolbar
NavigationHeader
Navigation Header library based on MotionLayout inspired by dribble menu design built with MotionLayout and ObjectAnimator.
Stars: ✭ 39 (+143.75%)
Mutual labels:  toolbar
CustomToolbar
A mockup of the custom toolbar from Social Steps app on Google Play.
Stars: ✭ 28 (+75%)
Mutual labels:  toolbar
imgui
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
Stars: ✭ 348 (+2075%)
Mutual labels:  toolbar
FatSidebar
Custom vertical button toolbar for macOS
Stars: ✭ 68 (+325%)
Mutual labels:  toolbar
android-moving-toolbar
[Test Project] - Translate Toolbar using standard API and Android Support Library.
Stars: ✭ 36 (+125%)
Mutual labels:  toolbar
symfony-debug-toolbar-git
Get the latest Git commit information into Symfony debug toolbar
Stars: ✭ 30 (+87.5%)
Mutual labels:  toolbar

About

Now updated to work with Kohana 3.3.1

Developer Bar displays useful debug information about your Kohana Application This module is originally based on "Kohana Debug Toolbar" http://pifantastic.com/kohana-debug-toolbar/ for Kohana v2.3 (by Aaron Forsander).

Usage

    Kohana::modules(array(
        ...
        'developerbar'    => MODPATH.'developerbar',   // Developer Bar
        ...
    ));

Force Enable/Disable

DeveloperBar attemps to enable/disabled ourself conform your environment settings. If you want force enable or disable DeveloperBar, simple use in any point:

// Force enable
Developerbar::factory()->enabled(true);

// Force disable
Developerbar::factory()->enabled(false);

No more changes on bootstrap.php or index.php to run a simple toolbar with debug information :)

Feel free to submit improvements or bug fixes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].