PHPackages                             gilbertsoft/typo3-zwergenfabrik - 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. gilbertsoft/typo3-zwergenfabrik

ActiveProject[Framework](/categories/framework)

gilbertsoft/typo3-zwergenfabrik
===============================

Aimeos Webshop based on TYPO3 CMS and Bootstrap Package for Zwergenfabrik GmbH

v1.1.3(5y ago)1562[9 issues](https://github.com/gilbertsoft/typo3-zwergenfabrik/issues)[1 PRs](https://github.com/gilbertsoft/typo3-zwergenfabrik/pulls)GPL-3.0-or-laterCSS

Since Feb 28Pushed 5y agoCompare

[ Source](https://github.com/gilbertsoft/typo3-zwergenfabrik)[ Packagist](https://packagist.org/packages/gilbertsoft/typo3-zwergenfabrik)[ Docs](https://gilbertsoft.com)[ RSS](/packages/gilbertsoft-typo3-zwergenfabrik/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (9)Versions (22)Used By (0)

TYPO3 CMS Project Bootstrap
===========================

[](#typo3-cms-project-bootstrap)

Get going quickly with TYPO3 CMS.

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

[](#prerequisites)

- PHP 7.2
- composer ()

Quickstart
----------

[](#quickstart)

- `cd /var/www/[website]/private`
- `su [user, e.g. webX]`
- `composer create-project gilbertsoft/typo3-bootstrap typo3 dev-[project]`
- `cd typo3`

**Setup:**

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

```
php[used PHP version, e.g. 7.2] vendor/bin/typo3cms install:setup
```

**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 substite the arguments with your own environment configuration.

```
php[used PHP version, e.g. 7.2] vendor/bin/typo3cms install:setup \
    --non-interactive \
    --database-user-name=typo3 \
    --database-user-password=typo3 \
    --database-host-name=127.0.0.1 \
    --database-port=3306 \
    --database-name=typo3 \
    --use-existing-database \
    --admin-user-name=admin \
    --admin-password=password \
    --site-setup-type=site
```

User manual
-----------

[](#user-manual)

### Option or Variant

[](#option-or-variant)

One important decision is to choose the right product type. If a product is available in multiple models like various sizes or colors a selection with multiple articles has to be created. Else you are not able to manage stocks and the customer will be able to buy articles without defining the necessary attributes.

By default there is no preselection of the variants but this can be changed in see `client.html.catalog.selection.preselect` at the end of the file.

### Adding new attributes

[](#adding-new-attributes)

- add a attribute in the Aimeos Admin and note the given key
- add the new key to the TypoScript translation ([https://github.com/gilbertsoft/typo3-zwergenfabrik/blob/master/extensions/sitepackage/Configuration/TypoScript/Setup/Aimeos/i18n-de\_CH.typoscript](https://github.com/gilbertsoft/typo3-zwergenfabrik/blob/master/extensions/sitepackage/Configuration/TypoScript/Setup/Aimeos/i18n-de_CH.typoscript)) at the end of the file by coping the last block and increase it's number by one
- save changes at github and make a pull request (PR)
- the PR will be checked and merged by us and deployment will be made to stage and / or production servers afterwards

Updates
-------

[](#updates)

### 2019-06-29

[](#2019-06-29)

- change Backend Layouts from `Clean` to `Default`
- run `Upgrade Wizard` in `Install tool`
- clear all caches in `Install tool`
- run Aimeos Update script

License
-------

[](#license)

GPL-3.0 or later

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity72

Established project with proven stability

 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

Every ~57 days

Recently: every ~129 days

Total

19

Last Release

1965d ago

Major Versions

v0.0.1 → v1.0.02018-02-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/a01278b3ca05356bedf239e56f45a25c11cd0423ddd8ccd7063949b86ca3cf21?d=identicon)[gilbertsoft](/maintainers/gilbertsoft)

---

Top Contributors

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

---

Tags

TYPO3 CMS

### Embed Badge

![Health badge](/badges/gilbertsoft-typo3-zwergenfabrik/health.svg)

```
[![Health](https://phpackages.com/badges/gilbertsoft-typo3-zwergenfabrik/health.svg)](https://phpackages.com/packages/gilbertsoft-typo3-zwergenfabrik)
```

###  Alternatives

[aimeos/aimeos-typo3

Professional, full-featured and high performance TYPO3 e-commerce extension for online shops and complex B2B projects

1.5k91.2k4](/packages/aimeos-aimeos-typo3)[aimeos/aimeos_dist

Aimeos TYPO3 distribution for web shops, portals and market places

1.2k3.1k](/packages/aimeos-aimeos-dist)[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[derhansen/sf_event_mgt

Configurable event management and registration extension based on ExtBase and Fluid

64313.9k6](/packages/derhansen-sf-event-mgt)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

33584.6k13](/packages/brotkrueml-schema)[in2code/in2publish_core

Content publishing extension to connect stage and production server

40135.8k](/packages/in2code-in2publish-core)

PHPackages © 2026

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