PHPackages                             thomasmeschke/call-sequencer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. thomasmeschke/call-sequencer

ActiveProject[Utility &amp; Helpers](/categories/utility)

thomasmeschke/call-sequencer
============================

A simple tool that allows to convert xdebug trace files into plantUML sequence diagrams

v0.3(9mo ago)39↓50%MITPHPPHP &gt;= 8.2CI passing

Since Jul 28Pushed 9mo agoCompare

[ Source](https://github.com/ThomasMeschke/call-sequencer)[ Packagist](https://packagist.org/packages/thomasmeschke/call-sequencer)[ RSS](/packages/thomasmeschke-call-sequencer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

[![Packagist Version](https://camo.githubusercontent.com/7c1de652ca11c3bd435758fc36dc580fe836d0a4ff69b03b9e0762d5a6b297b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74686f6d61736d657363686b652f63616c6c2d73657175656e636572)](https://packagist.org/packages/thomasmeschke/call-sequencer)[![GitHub branch check runs](https://camo.githubusercontent.com/e23c572079f3b75fc221895648f66643bf15c7bc46aa22cea484adc748118f83/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636865636b2d72756e732f74686f6d61736d657363686b652f63616c6c2d73657175656e6365722f6d61696e3f6c6162656c3d636865636b732532306f6e2532306d61696e)](https://github.com/ThomasMeschke/call-sequencer/actions/workflows/php.yml)

Call-Sequencer
==============

[](#call-sequencer)

Simple tool that allows to convert xdebug trace files into plantUML sequence diagrams.

Installation
------------

[](#installation)

You can include this tool into your project using composer:

```
composer require --dev thomasmeschke/call-sequencer

```

Usage:
------

[](#usage)

```
php cseq.php -i -o [-c]

```

The options are as follows:

```
-i    required  The xdebug trace file to process
-o   required  The plantUML output file to generate
-c  optional  A JSON file containing the compiler options

```

Inputfiles
----------

[](#inputfiles)

The tool takes xdebug trace files (\*.xt) with the trace-format configured to "3".

Outputfiles
-----------

[](#outputfiles)

The tool prints files in the PlantUML format. The content can be pasted into [the online PlantUML Editor](https://plantuml.com/ "PlantUML web page featuring an online server editor and renderer") or can be viewed and exportet with tools like the [VSCode PlantUML Extension](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml "VSCode Extension Marketplace page for the PlantUML Extension").

Compiler option files
---------------------

[](#compiler-option-files)

The compiler options JSON file is structured as follows:

```
{
    "basePath": "",
    "cutOffNamespaces": [],
    "replaceOptions": {
    }
}
```

`basePath(string)`: Path segment to be removed from absolute paths, e.g. the projects root path. This gets removed from all absolute paths, like include paths.

`cutOffNamespace(array)`: List of namespaces that the diagram will not follow into, e.g. the used frameworks base namespace. Only the first stackframe inside these namespaces will be included in every callstack.

`replaceOptions(object)`: A collection of keys and string values, specifying which string is to be replace with which. Can be used to redact sensitive information like company names from the resulting diagram.

Planned features
----------------

[](#planned-features)

The future might bring additional features like the possibility to choose the input trace file format via CLI parameter, as well as other output formats like flame charts.

---

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance56

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

3

Last Release

290d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/00c73203c907436052fefb3f3a6ac6c62f246185621f6f61ae123973b3547ba6?d=identicon)[Thomas Meschke](/maintainers/Thomas%20Meschke)

---

Top Contributors

[![ThomasMeschke](https://avatars.githubusercontent.com/u/15939458?v=4)](https://github.com/ThomasMeschke "ThomasMeschke (19 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/thomasmeschke-call-sequencer/health.svg)

```
[![Health](https://phpackages.com/badges/thomasmeschke-call-sequencer/health.svg)](https://phpackages.com/packages/thomasmeschke-call-sequencer)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
