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 1mo ago

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

Maintenance30

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

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://www.gravatar.com/avatar/a2f8a7f61c64c87d1dbd312eca6e251ccd686494d039cdf37c28382b70f27082?d=identicon)[andreaswolf](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M120](/packages/cakephp-chronos)

PHPackages © 2026

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