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

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

supseven/theme-base
===================

Sitepackage Library of supseven. A swiss army knife for TYPO3 projects

v14.2.8(3w ago)44.3k↓56.5%[6 issues](https://github.com/supseven-at/theme-base/issues)1GPL-2.0-or-laterPHPPHP ^8.5CI passing

Since Jun 19Pushed 3w ago4 watchersCompare

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

READMEChangelogDependencies (40)Versions (41)Used By (1)

supseven/theme-base
===================

[](#supseventheme-base)

**DOCUMENTATION AND README WORK IN PROGRESS**

---

How to use this package
=======================

[](#how-to-use-this-package)

- require `supseven/theme-base` in your local sitepackage extension `supseven/theme_project`
    - some of the configuration is loaded automatically
    - most of the configuration needs to be used/imported in your project's sitepackage
    - The package `supseven/theme-base` can be called "Sitepackage library"
- the local package `theme_project` (`supseven/theme-project`) is used like the theme ext before.
    - All Frontend related stuff is located in `supseven/theme-project`
    - The name keeps the same for all of our projects
- The final sitepackage extension is named after the TYPO3 site: e.g. `theme_site_sitename`
    - it requires the local package `supseven/theme_project`
    - this package is set as sitepackage within the TYPO3 site configuration for `b13/bolt`.

By using this construct every TYPO3 project can easily grow with multiple sites.

---

Needed site settings
====================

[](#needed-site-settings)

*settings.yaml:*

```
themeBase:

    typo3:
        linkvalidator:
            fromemail: '%env(MAIL_SENDEREMAIL_DEFAULT)%'
            externalhttpAgentEmail: '%env(MAIL_SENDEREMAIL_DEFAULT)%'
            externalhttpAgentName: '%env(TYPO3_LINKVALIDATOR_EXTERNAL_AGENT_NAME)%'

        tcemain:
            permissions:
                groupid: 1

    page:
        fluidtemplate:
        rootPaths:
            # Used for rootPaths index 20
            sitepackage: theme_project
            # Used for rootPaths index 30. Must not be used if not necessary
            sitepackageSiteOverride: theme_site_sitename
```

---

Changes added while creating the extraction of ext:theme in TYPO3 12
====================================================================

[](#changes-added-while-creating-the-extraction-of-exttheme-in-typo3-12)

Change: conditions for applicationContext
-----------------------------------------

[](#change-conditions-for-applicationcontext)

Conditions checking the applicationContext must check on "beginning with" as there are szenarios in future, where multiple environments (hor. scaling) is used. Checking for an exact applicationContext is then not the best way anymore. Using `[applicationContext matches "#^Production/Live#"]` is recommended from now on.

---

Breaking Change: Variable RootUid removed
-----------------------------------------

[](#breaking-change-variable-rootuid-removed)

The FLUIDTEMPLATE variable `RootUid` was removed. The successor is [TYPO3 SiteProcessor](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/9.5.x/Feature-87748-AddSiteProcessor.html?highlight=siteprocessor)and can be used with `{site.rootPageId}`

---

Breaking Change: FLUIDTEMPLATE option extbase.controllerExtensionName removed
-----------------------------------------------------------------------------

[](#breaking-change-fluidtemplate-option-extbasecontrollerextensionname-removed)

We used this option for years to have this magic config where the following Fluid ViewHelpers does not need an extension name to work within fluid page:

- `f:translate`
- `f:uri.resource`

This option is removed as the TYPO3 core team has planned to remove it in the upcoming major TYPO3 version 13/14.

Beside that, it's better using following approache (how some may have already done it.): `{f:translate(key: 'my_extension.yourFile:yourKey')}`

---

Change: Common restrictions were moved to a dedicated package
-------------------------------------------------------------

[](#change-common-restrictions-were-moved-to-a-dedicated-package)

Configs like "eval trim" and "eval required" for `tt_content.header` are now encapsulated within `josefglatz/bureaucratic`. [Take a look](https://github.com/josefglatz/bureaucratic)

---

Change: typo3/cms-adminpanel User TsConfig configuration is loaded automatically
--------------------------------------------------------------------------------

[](#change-typo3cms-adminpanel-user-tsconfig-configuration-is-loaded-automatically)

The User TsConfig part is automatically loaded and therefore activate. If there are needs to disable or reconfigure the adminpanel User TsConfig just overwrite the configuration in `supseven/theme_project`.

> The TypoScript Setup `config.admPanel = 1` is loaded when the TypoScript setup is included within your sitepackage base extension `supsven/theme-project`!

---

Change: Our defacto common Page TsConfig is loaded automatically
----------------------------------------------------------------

[](#change-our-defacto-common-page-tsconfig-is-loaded-automatically)

The TYPO3 Linkvalidator loads the Page TsConfig globally, since TYPO3 12. Reason enough to make the same step for our beloved "theme":

- `typo3/cms-linkvalidator` configuration is added automatically. New site settings where added for configuring them per TYPO3 site.
- TCEFORM: Some common `TCEFORM.pages` configuration is activated automatically.
- TCEMAIN: Common ClearCache and CopyBehaviours are loaded automatically. Also the default permissions are set and can be configured TYPO3 site specific.
    - See `EXT:theme_base/Configuration/SiteConfiguration/Settings/DefaultSettings.yaml`for default settings which can be added to TYPO3 site configuration via yaml imports.

---

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance75

Regular maintenance activity

Popularity26

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 76.6% 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 ~19 days

Recently: every ~2 days

Total

38

Last Release

24d ago

Major Versions

12.0.11 → 13.0.02025-10-15

13.0.5 → 14.0.02026-02-02

v13.x-dev → 14.1.32026-03-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b9b873a3ab532be8b148c0da96ce9c37931a2268d52af7a00e0d0251f855088?d=identicon)[josefglatz](/maintainers/josefglatz)

![](https://www.gravatar.com/avatar/a064ab520d62b8877a09cae850f2b741315c4f067055a87e22b299d3ad2a55ce?d=identicon)[helmutstrasser](/maintainers/helmutstrasser)

---

Top Contributors

[![garfieldius](https://avatars.githubusercontent.com/u/705480?v=4)](https://github.com/garfieldius "garfieldius (72 commits)")[![helmutstrasser](https://avatars.githubusercontent.com/u/888354?v=4)](https://github.com/helmutstrasser "helmutstrasser (21 commits)")[![josefglatz](https://avatars.githubusercontent.com/u/2861556?v=4)](https://github.com/josefglatz "josefglatz (1 commits)")

---

Tags

typo3-extensiontypo3-sitepackage-extensiontypo3-sitepackage-library

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106760.3k33](/packages/typo3-cms-styleguide)[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-install

TYPO3 CMS Install Tool - The Install Tool is used for installation, upgrade, system administration and setup tasks.

1812.3M495](/packages/typo3-cms-install)[typo3/cms-rte-ckeditor

TYPO3 CMS RTE CKEditor - Integration of CKEditor as a Rich Text Editor for the TYPO3 backend.

199.3M235](/packages/typo3-cms-rte-ckeditor)[typo3/cms-redirects

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

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

PHPackages © 2026

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