PHPackages                             supseven/theme-dev - 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. supseven/theme-dev

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

supseven/theme-dev
==================

Development helpers for development.

1.3.0(2mo ago)11.3k↑12.9%PHPPHP ^8.5

Since Sep 10Pushed 2mo agoCompare

[ Source](https://github.com/supseven-at/theme-dev)[ Packagist](https://packagist.org/packages/supseven/theme-dev)[ RSS](/packages/supseven-theme-dev/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (2)Versions (7)Used By (0)

TYPO3 helpers for development
=============================

[](#typo3-helpers-for-development)

This package contains a small list of helper functions for TYPO3 for testing, integration and development.

Testdata generator
------------------

[](#testdata-generator)

### As a service

[](#as-a-service)

```
class MyClass {
    public function __construct(
        protected readonly \Supseven\ThemeDev\Utility\LipsumGenerator $lipsumGenerator,
    ) {
    }

    public function oneLine(): string
    {
        return $this->lipsumGenerator->generate();
    }

    public function twoParagraphs(): string
    {
        $html = '';

        foreach ($this->lipsumGenerator->generate(2, asArray: true) as $line) {
            $html .= "$line"
        }

        return $html;
    }
}
```

### As a view helper

[](#as-a-view-helper)

```

    {line}

```

Solr Indexer
------------

[](#solr-indexer)

Cleanup, add to index queue and run the queue. It requires that every document has the `indexConfiguration` - name in a string field. By default, this field is assumed to be named `type_stringS`. This can be customized with the `-f` or `--field` option.

Examples:

```
# Index everything
typo3 solr:index

# Index everything with detailed log messages on stdout (disables progress bar)
typo3 solr:index -vvv

# Index all types only site main and microsite
typo3 solr:index -s main -s microsite

# Index only news on all sites
typo3 solr:index -t news

# Index only pages and news on site main and microsite
typo3 solr:index -s main -s microsite -t pages -t news
```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance85

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Recently: every ~24 days

Total

6

Last Release

78d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/734db5f15c75f25af8cfae564d15f7bc93ddc9460ed400afffc19ad21411c48b?d=identicon)[supseven](/maintainers/supseven)

---

Top Contributors

[![garfieldius](https://avatars.githubusercontent.com/u/705480?v=4)](https://github.com/garfieldius "garfieldius (8 commits)")

### Embed Badge

![Health badge](/badges/supseven-theme-dev/health.svg)

```
[![Health](https://phpackages.com/badges/supseven-theme-dev/health.svg)](https://phpackages.com/packages/supseven-theme-dev)
```

###  Alternatives

[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

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

40529.5k](/packages/wazum-sluggi)[typo3/cms-scheduler

TYPO3 CMS Scheduler - Schedule tasks to run once or periodically at a specific time.

169.3M231](/packages/typo3-cms-scheduler)[typo3/cms-lowlevel

TYPO3 CMS Lowlevel - Technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.

178.2M315](/packages/typo3-cms-lowlevel)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.4M80](/packages/typo3-cms-redirects)[typo3/cms-form

TYPO3 CMS Form - Flexible TYPO3 frontend form framework that comes with a backend editor interface.

147.6M264](/packages/typo3-cms-form)

PHPackages © 2026

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