slepic/psr-http-message-tracy-panel

A panel for Tracy, that traces PSR HTTP messages travelling between your PHP backend and other HTTP servers.

0.3.3 2022-01-07 18:02 UTC

This package is auto-updated.

Last update: 2024-04-07 23:15:51 UTC


README

Build Status Style Status

psr-http-message-tracy-panel

A panel for Tracy, that traces PSR HTTP messages travelling between your PHP backend and other HTTP servers.

Tracy Panel

Tracy Bar

Requirements

PHP ^5.6 or ^7.0

Installation

Install with composer:

composer require --dev slepic/psr-http-message-tracy-panel

Usage

Basicaly you just need to:

For complete usage exaple see this example!

And of course it is super simple to register the panel in Nette's DI as described here.

Changelog

0.3.1

  • Improved readme
  • Removed dependency on tracy as it is dependent indirectly (through slepic/teplated-tracy-bar-panel).
  • Fixed dependecies to a versioned revision instead of just latest commit to master.
  • Changed travis setup to only run tests in oldest and newest php versions supported by this package (that is 5.6 and 7.3).

0.3.0

0.2.0

  • Added support for transfer duration
  • Improved panel layout