PHPackages                             phpflo/phpflo-flowtrace - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. phpflo/phpflo-flowtrace

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

phpflo/phpflo-flowtrace
=======================

Log phpflo network execution for debugging and analysis

v1.0.0(9y ago)181MITPHPPHP &gt;=5.4.0

Since Mar 21Pushed 9y ago2 watchersCompare

[ Source](https://github.com/phpflo/phpflo-flowtrace)[ Packagist](https://packagist.org/packages/phpflo/phpflo-flowtrace)[ RSS](/packages/phpflo-phpflo-flowtrace/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (4)Versions (1)Used By (0)

\[READONLY\] phpflo-flowtrace
=============================

[](#readonly-phpflo-flowtrace)

[![Build Status](https://camo.githubusercontent.com/9df3ac5b1884cde47bf23a76204a3186c63dd11503f31ffd2db356b9756749a8/68747470733a2f2f7472617669732d63692e6f72672f706870666c6f2f706870666c6f2d666c6f7774726163652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/phpflo/phpflo-flowtrace)[![Code Coverage](https://camo.githubusercontent.com/0bda02c5b477f83ba02f71e7b303235e05030936b697c0258efcbbaa68fcf28e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706870666c6f2f706870666c6f2d666c6f7774726163652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/phpflo/phpflo-flowtrace/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b198caab9a82661b082907d35d18568e73c535db86e5f15c4bfa0bc5b2e8eba7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706870666c6f2f706870666c6f2d666c6f7774726163652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/phpflo/phpflo-flowtrace/?branch=master)[![License](https://camo.githubusercontent.com/e498eead712d82d9ee1af0a4850acd2e46ea48c48fb9ce5a3d2ab64f28f95b34/687474703a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e737667)](http://doge.mit-license.org)

Log phpflo network execution for debugging or analysis.

Tracing events
--------------

[](#tracing-events)

Every time you want to debug your flows, you need to see the data transitions between your components, the connects/disconnect etc.

With this library you are now able to do so.

Setup
-----

[](#setup)

It's nearly as simple as using phpflo itself. Add a `composer require phpflo/flowtrace` and initialise like this:

```
