PHPackages                             a9f/gsb11-distribution - 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. [Framework](/categories/framework)
4. /
5. a9f/gsb11-distribution

ActiveProject[Framework](/categories/framework)

a9f/gsb11-distribution
======================

TYPO3 distribution based on the Government Site Builder (GSB) version 11

24PHP

Since Oct 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/andreaswolf/gsb11-distribution)[ Packagist](https://packagist.org/packages/a9f/gsb11-distribution)[ RSS](/packages/a9f-gsb11-distribution/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

GSB11 Base Distribution
=======================

[](#gsb11-base-distribution)

Get going quickly with the GSB11 and TYPO3 CMS.

Why this distribution?
----------------------

[](#why-this-distribution)

The default GSB11 setup, as intended by its creators, is meant to be a single sitepackage that is passed on for hosting inside a well-defined, limited infrastructure. This is not what the default setup for TYPO3 looks like, where developers have full control of the whole project including the root dependencies, and can architect their solution with additional packages.

To enable such a setup also for the GSB, this distribution was created. It is not meant as a replacement for any GSB component or to evoke any kind of competition.

The [kickstarter for the GSB sitepackages](https://gitlab.opencode.de/bmi/government-site-builder-11/extensions/gsb-sitepackage-kickstarter)has been integrated in `packages/sitepackage/`. Feel free to adjust it to your needs.

Prerequisites
-------------

[](#prerequisites)

- PHP 8.2+
- [Composer](https://getcomposer.org/download/)

Quickstart
----------

[](#quickstart)

- `composer create-project a9f/gsb11-distribution project-name`
- `cd project-name`

### Setup

[](#setup)

To start an interactive installation, you can do so by executing the following command and then follow the wizard:

```
composer exec typo3 setup
```

### Setup unattended (optional)

[](#setup-unattended-optional)

If you're a more advanced user, you might want to leverage the unattended installation. To do this, you need to execute the following command and substitute the arguments with your own environment configuration.

```
composer exec -- typo3 setup \
    --no-interaction \
    --driver=mysqli \
    --username=typo3 \
    --password=typo3 \
    --host=127.0.0.1 \
    --port=3306 \
    --dbname=typo3 \
    --admin-username=admin \
    --admin-email="info@typo3.org" \
    --admin-user-password=password \
    --project-name="My TYPO3 Project" \
    --create-site="https://localhost/"
```

### Development server

[](#development-server)

While it's advised to use a more sophisticated web server such as Apache 2 or Nginx, you can instantly run the project by using PHPs` built-in [web server](https://secure.php.net/manual/en/features.commandline.webserver.php).

- `TYPO3_CONTEXT=Development php -S localhost:8000 -t public`
- open your browser at ""

Please be aware that the built-in web server is single threaded and only meant to be used for development.

License
-------

[](#license)

GPL-2.0 or later

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/159919?v=4)[Andreas Wolf](/maintainers/andreaswolf)[@andreaswolf](https://github.com/andreaswolf)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/a9f-gsb11-distribution/health.svg)

```
[![Health](https://phpackages.com/badges/a9f-gsb11-distribution/health.svg)](https://phpackages.com/packages/a9f-gsb11-distribution)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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