Download the PHP package buepro/typo3-pizpalue-distribution-base without Composer

On this page you can find all versions of the php package buepro/typo3-pizpalue-distribution-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package typo3-pizpalue-distribution-base

Pizpalue distribution base

This composer package serves as a base to start new typo3 projects based on pizpalue distribution.

It uses pizpalue version 14 and TYPO3 version 11.

Quick start

  1. Check shell PHP version

    Ensure that the PHP version from the shell is compatible with your TYPO3 version.

  2. Get packages

  3. Enter project directory

  4. Setup TYPO3

    Extension setup is skipped due to a bug in the package helhum/typo3-console.

  5. Setup extensions

  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

    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:

    4. Finalize installation

      After modifying the composer configuration finalize the 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:


All versions of typo3-pizpalue-distribution-base with dependencies

PHP Build Version
Package Version
Requires buepro/typo3-container-elements Version ^4.0.0
buepro/typo3-easyconf Version ^1.0.1
buepro/typo3-pizpalue Version ^14.0.0
buepro/typo3-pizpalue-distribution Version ^5.0.0
buepro/typo3-timelog Version ^1.7.0
buepro/typo3-user-pizpalue Version ~4.0.0
friendsoftypo3/tt-address Version ^6.0.1
georgringer/news Version ^9.4.0
georgringer/eventnews Version 5.0.0
php Version >=7.4.0
typo3/cms-base-distribution Version ^11.5
typo3/cms-core Version ^11.5
typo3/cms-indexed-search Version ^11.5
typo3/cms-lowlevel Version ^11.5
typo3/cms-recycler Version ^11.5
typo3/cms-redirects Version ^11.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package buepro/typo3-pizpalue-distribution-base contains the following files

Loading the files please wait ....