Glossary

Extension

A package that adds features to TYPO3, from the sitepackage to a search engine integration.

What an extension does

TYPO3 ships a core and lets almost everything else be added through extensions: forms, news, search, connections to other systems. The configuration and appearance of a particular website also live in an extension, the sitepackage.

Technically an extension is a directory with a description file and whatever contents it needs: PHP classes, TypoScript, Fluid templates, TCA additions, images.

Where extensions come from

From the TYPO3 Extension Repository, from commercial suppliers, or from the project itself. Today they are installed through Composer, which also resolves the dependencies between them.

Those dependencies are exactly why installing one extension rarely stays at one: some bring others along, and every one of them wants carrying at the next update.

Every installation is a commitment

At a jump to a new TYPO3 version, the effort rarely arises in the core but in the extensions: each needs a compatible release, otherwise you need a replacement or a solution of your own.

So the same question is worth asking before every installation: is this genuinely needed, is it maintained, and what would getting out of it cost? The guide Evaluating TYPO3 extensions covers this at length.

Common questions

What is the TER?

The TYPO3 Extension Repository is the official directory of public extensions. Every extension there has a unique key it is installed by.

The TER says nothing about quality, though. It is a directory, not an inspection body: whether an extension is maintained shows in the release date of its latest version and in how quickly it caught up after a TYPO3 major release.

Are all extensions public?

No. Besides the ones in the TER there are two further kinds: commercial extensions distributed through their own channels, and project-specific ones that exist in a single installation only.

A website’s sitepackage is technically an extension too, one that is never published.

Terms used on this page

Extension list out of hand?

We go through the list with you and sort it by state of maintenance and actual use. Often a part of it can go with no replacement.