Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
slepic committed Apr 26, 2019
2 parents 929de81 + 451f882 commit 4f6e0ac
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
@@ -1,10 +1,18 @@
# psr-http-message-tracy-panel

[![Build Status](https://travis-ci.org/slepic/psr-http-message-tracy-panel.svg?branch=master)](https://travis-ci.org/slepic/psr-http-message-tracy-panel)
[![Style Status](https://styleci.io/repos/181732817/shield)](https://styleci.io/repos/181732817)


# 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](https://github.com/slepic/psr-http-message-tracy-panel/raw/master/docs/images/panel.png)
![Tracy Bar](https://github.com/slepic/psr-http-message-tracy-panel/raw/master/docs/images/bar.png)

## Requirements

PHP 5.6 or 7.0

## Installation

Install with composer:
Expand All @@ -30,14 +38,7 @@ For usage see [this example!](https://github.com/slepic/psr-http-message-tracy-p

And of course it is super simple to register the panel in Nette's DI as described [here](https://tracy.nette.org/en/extensions).

## Panel in Action

Here you can see a few images of this panel in action:

![Tracy Panel](https://github.com/slepic/psr-http-message-tracy-panel/raw/master/docs/images/panel.png)
![Tracy Bar](https://github.com/slepic/psr-http-message-tracy-panel/raw/master/docs/images/bar.png)

# TODOs
## TODOs

- Move namesapce Slepic\Psr to a separate package and drop psr/log dependency
- Move guzzle bindings to separate package and drop guzzle dependency
Expand Down

0 comments on commit 4f6e0ac

Please sign in to comment.