mvccore/ext-debug-tracy dependents (15) Order by: name | downloads Show: all | require | require-dev

  • PHP

    chasdevs/avro-to-php

    Compile Avro .avsc files into PHP.

  • PHP

    mvccore/example-cdcol-basic

    MvcCore Example - CD collection - classic CRUD example with default SQLite database.

  • PHP

    mvccore/example-cdcol-extended-models

    MvcCore Example - CD collection - classic CRUD example with default SQLite database and extended models.

  • PHP

    mvccore/example-cdcol-multilang-mobile

    MvcCore Example - CD collection - classic CRUD example with default SQLite database, with authentication, with multilanguage routes and mobile version.

  • PHP

    mvccore/example-cdcol-separated-doc-root

    MvcCore Example - CD collection - classic CRUD example with default SQLite database and separated document root.

  • PHP

    mvccore/example-mariadb-global-logs

    MvcCore Example - MariaDB Global Logs Explorer

  • mvccore/ext-debug-tracy-all

    MvcCore - Extension - Debug - Tracy - All - adapter class for Nette Framework `tracy/tracy` library with all implemented debug panels for MvcCore.

  • PHP

    mvccore/ext-debug-tracy-auth

    MvcCore - Extension - Debug - Tracy - Panel Auth - render and add into tracy debug panel currently authenticated user from \MvcCore\Ext\Auth service singleton instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Ext\Auth::GetInstance()->GetUser());.

  • PHP

    mvccore/ext-debug-tracy-db

    MvcCore - Extension - Debug - Tracy - Panel Database - render queries with params and execution times.

  • PHP

    mvccore/ext-debug-tracy-mvccore

    MvcCore - Extension - Debug - Tracy - Panel MvcCore - render and add into tracy debug panel current MvcCore application instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Application::GetInstance()); to display main application objects used to render current page response. Rendered objects inside MvcCore app: \MvcCore\Request, \MvcCore\Response, \MvcCore\Router, \MvcCore\Controller, all preroute, predispatch and postdispatch configured handlers and many other internal application values.

  • PHP

    mvccore/ext-debug-tracy-refresh

    MvcCore - Extension - Debug - Tracy - Panel Refresh - automatic refresh of current browser tab on selected server directory changes.

  • PHP

    mvccore/ext-debug-tracy-routing

    MvcCore - Extension - Debug - Tracy - Panel Routing - render and add into tracy debug panel all configured routes in current MvcCore application router and to display currently matched route.

  • PHP

    mvccore/ext-debug-tracy-session

    MvcCore - Extension - Debug - Tracy - Panel Session - render and add into tracy debug panel $_SESSION content and \MvcCore\Session namespaces content.

  • PHP

    mvccore/project-basic

    MvcCore - Project - Basic - basic website project, not designed for full portable build/pack.

  • PHP

    mvccore/project-basic-portable

    MvcCore - Project - Basic - basic website project, designed for full portable build/pack.