PHPackages                             lbr-media/typo3-bootstrap-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. [Templating &amp; Views](/categories/templating)
4. /
5. lbr-media/typo3-bootstrap-base

ActiveLibrary[Templating &amp; Views](/categories/templating)

lbr-media/typo3-bootstrap-base
==============================

TYPO3 CMS Base Distribution with bootstrap 5 template engine.

1.0.0(4y ago)02[1 issues](https://github.com/lbr-media/typo3-bootstrap-base/issues)GPL-2.0-or-later

Since Feb 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/lbr-media/typo3-bootstrap-base)[ Packagist](https://packagist.org/packages/lbr-media/typo3-bootstrap-base)[ RSS](/packages/lbr-media-typo3-bootstrap-base/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (26)Versions (3)Used By (0)

typo3-bootstrap-base
====================

[](#typo3-bootstrap-base)

Only a composer.json file to run a complete website.

This is mainly for testing.

This package installs Typo3 v11 and after that two further extensions:

1.  as `bootstrap` which is a template-extension providing all to run a Bootstrap 5 website.
2.  as `bootstrap_example` which is a distribution-extension. Here all data and files are included.

Installation
------------

[](#installation)

### 1. Get started

[](#1-get-started)

Download all basic typo3 packages.

```
composer install
```

### 2. Install Typo3 in the ususal way:

[](#2-install-typo3-in-the-ususal-way)

1. Create file `public/FIRST_INSTALL`.
2. Call the website:
3. Do the installation steps.

Stop when you are able to run the Typo3 backend. Do not make records like pages or templates b/c the distribution extension will not import its records.

### 4. Load the template- and distribution-extensions

[](#4-load-the-template--and-distribution-extensions)

```
composer require lbr-media/typo3-extension-bootstrap
composer require lbr-media/typo3-extension-bootstrap-example
```

### 5. Get the extensions running

[](#5-get-the-extensions-running)

```
# Copy some assets to fileadmin.
php vendor/bin/typo3 bootstrap:updatefileadmin

# Activate the extensions which also imports the data from the distribution-extension:
php vendor/bin/typo3 extension:setup
```

After that clear the cache (p.e. `php vendor/bin/typo3 cache:flush`) and check if the website is running.

### Adjust settings

[](#adjust-settings)

The `baseURL` is set to `/`. If you run the website in a subfolder, adjust it in the template of the root page in field `Setup`:

```
config.baseURL = /your-subfolder/

```

Or:

```
config.baseURL = https://your-domain/your-subfolder/

```

### Adjust constants

[](#adjust-constants)

Because the UIDs of the records may change while importing them you have to set some PIDs.

Go to the backend and open the template on root page. Set this in the `Constants` field and adjust the PIDs:

```
plugin.tx_bootstrapexample {
    pid {
        menu {
            legal = 2
            projects = 10
            portfolio = 7
            brand = 13
            contact = 5
        }
    }
}

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1588d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15161027?v=4)[Marcel](/maintainers/sunixzs)[@sunixzs](https://github.com/sunixzs)

---

Top Contributors

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

---

Tags

bootstrapbootstrap5example-projectinstallationinstallation-scripttypo3

### Embed Badge

![Health badge](/badges/lbr-media-typo3-bootstrap-base/health.svg)

```
[![Health](https://phpackages.com/badges/lbr-media-typo3-bootstrap-base/health.svg)](https://phpackages.com/packages/lbr-media-typo3-bootstrap-base)
```

###  Alternatives

[typo3/cms-base-distribution

TYPO3 CMS Base Distribution

19643.2k83](/packages/typo3-cms-base-distribution)[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)[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)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1595.5k](/packages/eliashaeussler-typo3-form-consent)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)

PHPackages © 2026

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