PHPackages                             stmllr/typo3-zahnstocher - 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. stmllr/typo3-zahnstocher

AbandonedTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

stmllr/typo3-zahnstocher
========================

Zahnstocher (en. toothpick) helps you when piercing into programming code.

0.2.0(7y ago)1329GPL-2.0+PHPPHP &gt;=5.5.0

Since Oct 26Pushed 6y agoCompare

[ Source](https://github.com/stmllr/typo3-zahnstocher)[ Packagist](https://packagist.org/packages/stmllr/typo3-zahnstocher)[ Docs](https://github.com/stmllr/typo3-zahnstocher)[ RSS](/packages/stmllr-typo3-zahnstocher/feed)WikiDiscussions master Synced yesterday

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

Zahnstocher
===========

[](#zahnstocher)

Zahnstocher (en. toothpick) is a TYPO3 extension which helps you piercing into TYPO3 code.

Features
--------

[](#features)

### TYPO3 6.x: Enhanced IntrospectionProcessor for the Logging API

[](#typo3-6x-enhanced-introspectionprocessor-for-the-logging-api)

This processor allows to add a stacktrace from where the log record comes from. It was backported from TYPO3 7.x

```
$GLOBALS['TYPO3_CONF_VARS']['LOG']['processorConfiguration'] = [
		\TYPO3\CMS\Core\Log\LogLevel::DEBUG => [
			\Stmllr\Zahnstocher\Log\Processor\IntrospectionProcessor::class => [
				'appendFullBackTrace' => TRUE,
				'shiftBackTraceLevel' => 4,
			],
		],
	],
];

```

### FileWriter which uses print\_r instead of json to format its data.

[](#filewriter-which-uses-print_r-instead-of-json-to-format-its-data)

Provides a better readability when watching the log on the command line.

```
$GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'] = [
		\TYPO3\CMS\Core\Log\LogLevel::DEBUG => [
			\Stmllr\Zahnstocher\Log\\Writer\FileWriter::class => [
				'logFile' => 'typo3temp/logs/typo3.log'
			],
		],
	],
];

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

4

Last Release

2792d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/856735?v=4)[Steffen Müller](/maintainers/stmllr)[@stmllr](https://github.com/stmllr)

---

Tags

TYPO3 CMS

### Embed Badge

![Health badge](/badges/stmllr-typo3-zahnstocher/health.svg)

```
[![Health](https://phpackages.com/badges/stmllr-typo3-zahnstocher/health.svg)](https://phpackages.com/packages/stmllr-typo3-zahnstocher)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

65329.4k9](/packages/derhansen-sf-event-mgt)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

34628.4k14](/packages/brotkrueml-schema)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)[lochmueller/calendarize

Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize

76161.6k13](/packages/lochmueller-calendarize)

PHPackages © 2026

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