PHPackages                             innmind/silent-cartographer - 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. innmind/silent-cartographer

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

innmind/silent-cartographer
===========================

Library to visualize processes manipulating the operating system

2.2.0(5y ago)01.9k↓75%5MITPHPPHP ~7.4|~8.0CI failing

Since Mar 10Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/Innmind/SilentCartographer)[ Packagist](https://packagist.org/packages/innmind/silent-cartographer)[ Docs](http://github.com/Innmind/SilentCartographer)[ RSS](/packages/innmind-silent-cartographer/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (11)Versions (8)Used By (5)

Silent Cartographer
===================

[](#silent-cartographer)

[![Build Status](https://github.com/Innmind/SilentCartographer/workflows/CI/badge.svg?branch=master)](https://github.com/Innmind/SilentCartographer/actions?query=workflow%3ACI)[![codecov](https://camo.githubusercontent.com/241f3f25d8d2e42e8fa721beccd3535811a3a57678f3b2ba88a580044f592619/68747470733a2f2f636f6465636f762e696f2f67682f496e6e6d696e642f53696c656e74436172746f677261706865722f6272616e63682f646576656c6f702f67726170682f62616467652e737667)](https://codecov.io/gh/Innmind/SilentCartographer)[![Type Coverage](https://camo.githubusercontent.com/c70d5ae0e6c4f83a869697acb5d8ca3eeb1c57fa828bfeff01b6ddcc4540ce7d/68747470733a2f2f73686570686572642e6465762f6769746875622f496e6e6d696e642f53696c656e74436172746f677261706865722f636f7665726167652e737667)](https://shepherd.dev/github/Innmind/SilentCartographer)

Simple tool to visualize all the operations done on the operating system inside other php applications.

[![](example.gif)](example.gif)

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

[](#installation)

For the command line tool:

```
composer global require innmind/silent-cartographer
```

In the project you want to see operations:

```
composer require innmind/silent-cartographer
```

Usage
-----

[](#usage)

To watch all activities:

```
silent-cartographer panel
```

In your project in order to send activities:

```
use Innmind\CLI\{
    Main,
    Environment,
};
use Innmind\OperatingSystem\OperatingSystem;
use Innmind\Url\Path;
use function Innmind\SilentCartographer\bootstrap;

new class extends Main {
    protected function main(Environment $env, OperatingSystem $os): void
    {
        $os = bootstrap($os)['cli'](Path::of(__DIR__));
        // then use the $os variable like you would normally do
    }
}
```

In an HTTP server context use the `http_server` context (instead of `cli`), the difference is that if no panel is activated at the reception of a request it will never try to send any activity to the panel for the rest of the request handling (this is done to reduce performance impact).

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance49

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity70

Established project with proven stability

 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 ~141 days

Recently: every ~172 days

Total

6

Last Release

1913d ago

Major Versions

1.1.0 → 2.0.02020-03-27

PHP version history (3 changes)1.0.0PHP ~7.2

2.0.0PHP ~7.4

2.2.0PHP ~7.4|~8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/851425?v=4)[Baptiste Langlade](/maintainers/Baptouuuu)[@Baptouuuu](https://github.com/Baptouuuu)

---

Top Contributors

[![Baptouuuu](https://avatars.githubusercontent.com/u/851425?v=4)](https://github.com/Baptouuuu "Baptouuuu (74 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/innmind-silent-cartographer/health.svg)

```
[![Health](https://phpackages.com/badges/innmind-silent-cartographer/health.svg)](https://phpackages.com/packages/innmind-silent-cartographer)
```

PHPackages © 2026

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