PHPackages                             buepro/typo3-pizpalue-distribution-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. [Framework](/categories/framework)
4. /
5. buepro/typo3-pizpalue-distribution-base

ActiveLibrary[Framework](/categories/framework)

buepro/typo3-pizpalue-distribution-base
=======================================

TYPO3 CMS pizpalue distribution base.

v5.0.0(3y ago)1365GPL-2.0-or-laterPHP &gt;=7.4.0

Since Aug 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/buepro/typo3-pizpalue_distribution-base)[ Packagist](https://packagist.org/packages/buepro/typo3-pizpalue-distribution-base)[ RSS](/packages/buepro-typo3-pizpalue-distribution-base/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (15)Versions (16)Used By (0)

Pizpalue distribution base
==========================

[](#pizpalue-distribution-base)

This composer package serves as a base to start new [typo3](https://typo3.org) projects based on [pizpalue distribution](https://extensions.typo3.org/extension/pizpalue_distribution/).

It uses pizpalue version 14 and TYPO3 version 11.

Quick start
-----------

[](#quick-start)

1. **Check shell PHP version**

    Ensure that the PHP version from the shell is compatible with your TYPO3 version.
2. **Get packages**

    ```
    composer create-project buepro/typo3-pizpalue-distribution-base pizpalue

    ```
3. **Enter project directory**

    ```
    cd pizpalue

    ```
4. **Setup TYPO3**

    ```
    php vendor/bin/typo3cms install:setup \
    --no-interaction \
    --use-existing-database \
    --database-host-name="127.0.0.1" \
    --database-port="3306" \
    --database-name="db" \
    --database-user-name="db" \
    --database-user-password="db" \
    --admin-user-name="admin" \
    --admin-password="password" \
    --site-name="Pizpalue site" \
    --web-server-config="apache" \
    --skip-extension-setup

    ```

    > Extension setup is skipped due to a bug in the package `helhum/typo3-console`.
5. **Setup extensions**

    ```
    vendor/bin/typo3 extension:setup

    ```
6. **Review `composer.json`**

    1. Define packages

        Remove the dependency to `"buepro/typo3-pizpalue-distribution"` and all packages not required by the site.

        > NOTE: Just use the needed packages. In many projects just `buepro/typo3-pizpalue` and `buepro/typo3-container-elements` are required.
    2. Add repository for site package

        ```
        "repositories": [
           {
              "type": "vcs",
              "url": "../../git/typo3-user_pizpalue.git"
           }
        ],

        ```
    3. **Check PHP configuration**

        Make sure the PHP version used in the shell and for cron jobs corresponds to the PHP version used for running the website. In case they differ you might need to add a platform configuration to `composer.json`. A possible platform configuration could look as following:

        ```
        "config": {
          "platform": {
            "php": "8.1.9"
          }
        }

        ```
    4. **Finalize installation**

        After modifying the composer configuration finalize the installation:

        ```
        composer finalize-installation

        ```
    5. **Update root template record**

        Not loaded extensions might still have their static template referenced in the root template record. This can result in incorrect rendering issues. To update the root template record open and save the template record on the root page.
    6. **Update the core regularly**

        To keep the core up to date a cron job might be defined. A possible command could be as following:

        ```
        cd ~/httpdocs/pizpalue && composer core-update

        ```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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 ~54 days

Recently: every ~25 days

Total

15

Last Release

1317d ago

Major Versions

1.0.0 → v2.0.02020-11-10

v2.1.1 → v3.0.02022-02-07

v2.1.2 → v3.1.02022-03-12

v3.4.0 → v4.0.02022-07-21

v4.1.0 → v5.0.02022-10-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ff841a99a79be8f2b8e0d1f07da48ed8d55df4ffb63ea98e21e076aba8cfb69?d=identicon)[buepro](/maintainers/buepro)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/buepro-typo3-pizpalue-distribution-base/health.svg)

```
[![Health](https://phpackages.com/badges/buepro-typo3-pizpalue-distribution-base/health.svg)](https://phpackages.com/packages/buepro-typo3-pizpalue-distribution-base)
```

###  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)[typo3/cms-base-distribution

TYPO3 CMS Base Distribution

21570.2k47](/packages/typo3-cms-base-distribution)[topwire/topwire

Turbo for TYPO3

5469.4k](/packages/topwire-topwire)

PHPackages © 2026

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