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 2w ago

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 30% 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

2837d 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

103574.3k68](/packages/friendsoftypo3-content-blocks)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

571.8M9](/packages/yoast-seo-for-typo3-yoast-seo)[derhansen/sf_event_mgt

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

67347.1k11](/packages/derhansen-sf-event-mgt)[wazum/sluggi

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

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

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

35678.3k19](/packages/brotkrueml-schema)[jweiland/events2

Events 2 - Create single and recurring events

2168.1k3](/packages/jweiland-events2)

PHPackages © 2026

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