PHPackages                             jakota/typo3toolbox - 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. jakota/typo3toolbox

ActiveTypo3-cms-extension

jakota/typo3toolbox
===================

Typo3 ToolBox of Utility functions and ViewHelpers.

5.0.0(2mo ago)012.0k↓36.7%3GPL-2.0-or-laterPHP

Since Aug 19Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/JAK0TA/Typo3ToolBox)[ Packagist](https://packagist.org/packages/jakota/typo3toolbox)[ RSS](/packages/jakota-typo3toolbox/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (22)Versions (50)Used By (0)

Typo3 ToolBox
=============

[](#typo3-toolbox)

ToolBox of Utility functions and ViewHelpers.

Configuration
-------------

[](#configuration)

To use this extension, require it in [Composer](https://getcomposer.org/):

```
composer require jakota/typo3toolbox
```

Utility functions
-----------------

[](#utility-functions)

### DebuggerUtility for SQL queries

[](#debuggerutility-for-sql-queries)

Debug your SQL queries made easy.

**Dump SQL Query for createQuery**

```
    $query = $this->createQuery();

    DebuggerUtility::debugQuery($query)
```

**Dump SQL Query for QueryBuilder**

```
    $queryBuilder = GeneralUtility::makeInstance(ConnectionPool::class)->getConnectionForTable('table')->createQueryBuilder();
    $queryBuilder
      ->select('*')
      ->from('table')
      ->where(
        $queryBuilder->expr()->eq('uid', $queryBuilder->createNamedParameter(123)),
      )
      ->setMaxResults(1)
    ;

    DebuggerUtility::debugQuery($queryBuilder)
```

ViewHelpers
-----------

[](#viewhelpers)

### install

[](#install)

Add to template

```

```

### Find image metadata from DB

[](#find-image-metadata-from-db)

```
{t3tb:findImageMetadataFromDB(uid:image.originalResource.properties.file,language:image.originalResource.properties.sys_language_uid)}

```

### Relative Date

[](#relative-date)

```

```

TBD

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance88

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 65.8% 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 ~28 days

Recently: every ~65 days

Total

48

Last Release

60d ago

Major Versions

1.0.0 → 2.0.02022-08-20

2.7.1 → 3.0.02023-11-14

3.4.3 → 4.0.02024-03-14

4.1.0 → 5.0.0-Beta22025-02-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/901efbff2782a181ebd716519e3ba339d03a7f18f93234e691e3a8888ff96523?d=identicon)[JAKOTA Design Group GmbH](/maintainers/JAKOTA%20Design%20Group%20GmbH)

---

Top Contributors

[![tlueder](https://avatars.githubusercontent.com/u/5957131?v=4)](https://github.com/tlueder "tlueder (131 commits)")[![KrohnMi](https://avatars.githubusercontent.com/u/46626775?v=4)](https://github.com/KrohnMi "KrohnMi (56 commits)")[![NMantek](https://avatars.githubusercontent.com/u/93131741?v=4)](https://github.com/NMantek "NMantek (9 commits)")[![juliasaurin](https://avatars.githubusercontent.com/u/124775392?v=4)](https://github.com/juliasaurin "juliasaurin (3 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/jakota-typo3toolbox/health.svg)

```
[![Health](https://phpackages.com/badges/jakota-typo3toolbox/health.svg)](https://phpackages.com/packages/jakota-typo3toolbox)
```

###  Alternatives

[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[pagemachine/typo3-formlog

Form log for TYPO3

23225.3k6](/packages/pagemachine-typo3-formlog)[eliashaeussler/typo3-warming

Warming - Warms up Frontend caches based on an XML sitemap. Cache warmup can be triggered via TYPO3 backend or using a console command. Supports multiple languages and custom crawler implementations.

20229.9k](/packages/eliashaeussler-typo3-warming)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[friendsoftypo3/content-blocks

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

96374.6k23](/packages/friendsoftypo3-content-blocks)

PHPackages © 2026

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