Download the PHP package semhoun/slim-tracy without Composer
On this page you can find all versions of the php package semhoun/slim-tracy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download semhoun/slim-tracy
More information about semhoun/slim-tracy
Files in semhoun/slim-tracy
Package slim-tracy
Short Description Tracy for Slim4 Framework Debugger
License Apache-2.0
Informations about the package slim-tracy
Slim Framework 4 Tracy Debugger Bar
configure it by mouse
now in package:
Panel | Description |
---|---|
Slim Framework | - |
Slim Environment | RAW data |
Slim Container | RAW data |
Slim Request | RAW data |
Slim Response | RAW data |
Slim Router | RAW data |
DB | - |
Doctrine ORM or DBAL | time, sql, params, types. panel & collector for both. Note: Need a Configuration instance available in DI, and must be the same used by Doctrine. |
Illuminate Database | sql, bindings |
Template | - |
Twig | \Twig\Profiler\Dumper\HtmlDumper() |
Common | - |
PanelSelector | easy configure (part of fork from TracyDebugger) |
PhpInfo | full phpinfo() |
Console | PTY (pseudo TTY) console (fork from web-console) |
Profiler | time, mem usage, timeline (fork from profiler) |
Included Files | Included Files list |
XDebug | start and stop a Xdebug session (fork from Nette-XDebug-Helper) |
VendorVersions | version info from composer.json and composer.lock (fork from vendor-versions) |
Install
1.
2. goto 3 or if need Twig, Doctrine DBAL, Doctrine ORM, Eloquent ORM then:
2.1 install it
2.2 add to your dependencies
2.2.1 (Twig, Twig_Profiler) and/or Eloquent ORM like:
2.2.2 Eloquent ORM like:
3. register middleware
4. register route if you plan use PTY Console
also copy you want jquery.terminal.min.js
& jquery.terminal.min.css
from vendor/semhoun/runtracy/web and correct path in 'settings' below, or set config with CDN.
add jquery from local or from CDN (https://code.jquery.com/) or copy/paste
5. add to your settings Debugger initialisation and 'tracy' section.
see config examples in vendor/semhoun/runtracy/Example
Profiler Example in slim-skeleton-mvc
public/index.php
Tests
Credits
License
All versions of slim-tracy with dependencies
ext-mbstring Version *
ext-json Version *
tracy/tracy Version ^2.10
slim/slim Version ^4.9