PHPackages                             t3docs/site-package - 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. t3docs/site-package

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

t3docs/site-package
===================

Site Package - This site package is an example used to understand the TYPO3 Site Package Tutorial.

v13.4.x-dev(6mo ago)1416.9k↑58%8GPL-2.0-or-laterHTMLCI passing

Since Jul 16Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/TYPO3-Documentation/site_package)[ Packagist](https://packagist.org/packages/t3docs/site-package)[ Docs](https://docs.typo3.org/permalink/t3sitepackage:start)[ RSS](/packages/t3docs-site-package/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (3)Versions (19)Used By (0)

TYPO3 Site Package Tutorial Example
===================================

[](#typo3-site-package-tutorial-example)

This Site Package can be used to follow the [TYPO3 Site Package Tutorial](https://docs.typo3.org/permalink/t3sitepackage:start@14.3). Team.

The tutorial describes the steps required to turn a basic design template (HTML, CSS, JavaScript files, etc.) into a fully working, mobile-responsive website. By following the steps of the Site Package Tutorial, the reader builds a modern extension with all relevant files stored at a central point and changes can easily be tracked in version control. Despite the fact that TYPO3 supports several methods of implementing websites, this approach is a very flexible and professional way.

Installation with Composer
--------------------------

[](#installation-with-composer)

Download the Site Package and save it into folder [packages/](https://docs.typo3.org/permalink/t3coreapi:directory-packages)in the root of your TYPO3 installation.

Require the Site Package using Composer and DDEV:

```
ddev composer req t3docs/site-package:"@dev"

```

Or just Composer:

```
composer req t3docs/site-package:"@dev"

```

Classic TYPO3 installations
---------------------------

[](#classic-typo3-installations)

When you intend to follow the Site Package Tutorial we recommend that you use a Composer-based installation all paths and commands in the Tutorial are based on that type of installation.

Download the Site Package and save it into folder `typo3conf/ext/` in the root of your TYPO3 installation.

Activate extension "Site Package" with key site\_package in the Extension Manager.

Load Example data
-----------------

[](#load-example-data)

With DDEV call:

```
ddev typo3 extension:setup

```

Without DDEV:

```
vendor/bin/typo3 extension:setup

```

If automatic loading fails you can also try to use the import command:

```
ddev typo3 impexp:import EXT:site_package/Initialisation/data.xml

```

Include the Site set in your Site configuration
-----------------------------------------------

[](#include-the-site-set-in-your-site-configuration)

If not done by the extension setup or import command, you can copy the `Initialisation/Site/main`folder to your [Site configuration storage](https://docs.typo3.org/permalink/t3coreapi:site-storage).

If you want to use an existing Site configuration, set the Site set "Site Package" as dependency. You can do this in backend module "Sites -&gt; Setup" or edit the file `config/sites/mysite/config.yaml`and include the following lines:

```
dependencies:
  - t3docs/site-package

```

See also: [Create a basic site set](https://docs.typo3.org/permalink/t3sitepackage:minimal-extension-siteset).

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance79

Regular maintenance activity

Popularity35

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.3% 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 ~622 days

Total

3

Last Release

203d ago

Major Versions

11.5.x-dev → 12.4.x-dev2024-10-04

12.4.x-dev → v13.4.x-dev2025-12-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/81befeeadfe6fa202167d64ce1e66410b8cab345edbb652376946e16ccb6a9af?d=identicon)[linawolf](/maintainers/linawolf)

---

Top Contributors

[![linawolf](https://avatars.githubusercontent.com/u/48202465?v=4)](https://github.com/linawolf "linawolf (76 commits)")[![kanow](https://avatars.githubusercontent.com/u/16071530?v=4)](https://github.com/kanow "kanow (16 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (13 commits)")[![Alagts](https://avatars.githubusercontent.com/u/16323871?v=4)](https://github.com/Alagts "Alagts (7 commits)")[![s2b](https://avatars.githubusercontent.com/u/458524?v=4)](https://github.com/s2b "s2b (3 commits)")[![jonirouAtTalan](https://avatars.githubusercontent.com/u/87016425?v=4)](https://github.com/jonirouAtTalan "jonirouAtTalan (1 commits)")[![ineswillenbrock](https://avatars.githubusercontent.com/u/44277221?v=4)](https://github.com/ineswillenbrock "ineswillenbrock (1 commits)")[![marble](https://avatars.githubusercontent.com/u/307057?v=4)](https://github.com/marble "marble (1 commits)")[![otherpaco](https://avatars.githubusercontent.com/u/27810032?v=4)](https://github.com/otherpaco "otherpaco (1 commits)")[![sypets](https://avatars.githubusercontent.com/u/13206455?v=4)](https://github.com/sypets "sypets (1 commits)")

---

Tags

TYPO3 CMS

### Embed Badge

![Health badge](/badges/t3docs-site-package/health.svg)

```
[![Health](https://phpackages.com/badges/t3docs-site-package/health.svg)](https://phpackages.com/packages/t3docs-site-package)
```

###  Alternatives

[t3sbs/t3sbootstrap

Startup extension to use bootstrap 5 classes, components and more out of the box. Example and info: \[www.t3sbootstrap.de\](https://www.t3sbootstrap.de)

2416.4k](/packages/t3sbs-t3sbootstrap)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106760.3k33](/packages/typo3-cms-styleguide)[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.1M8](/packages/netresearch-rte-ckeditor-image)[derhansen/sf_event_mgt

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

66338.4k10](/packages/derhansen-sf-event-mgt)[friendsoftypo3/visual-editor

TYPO3 CMS Visual Editor - Brings a modern WYSIWYG editing experience to TYPO3 CMS.

576.1k2](/packages/friendsoftypo3-visual-editor)

PHPackages © 2026

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