Download the PHP package runcmf/runtracy without Composer
On this page you can find all versions of the php package runcmf/runtracy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download runcmf/runtracy
More information about runcmf/runtracy
Files in runcmf/runtracy
Informations about the package runtracy
Slim Framework 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. see config example below |
| Idiorm | time, sql. panel & collector. Note: Idiorm support only one collector and if you use own this will not work. |
| Illuminate Database | sql, bindings |
| Template | - |
| Twig | Twig_Profiler_Dumper_Html() |
| 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 (Twig, Twig_Profiler) and/or 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/runcmf/runtracy/web and correct path in 'settings' below.
add 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/runcmf/runtracy/Example
Profiler Example in new installed slim-skeleton
public/index.php
HOWTO
how-open-files-in-ide-from-debugger
Tests
Security
If you discover any security related issues, please email to 1f7.wizard( at )gmail.com instead of using the issue tracker.
