Download the PHP package sitegeist/neos-base-distribution without Composer

On this page you can find all versions of the php package sitegeist/neos-base-distribution. 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 neos-base-distribution

Sitegeist Neos Base Distribution

Installation

Create a project based on the sitegeist base distribution

Migrate database and add Admin user

Create custom site package (optional)

Usually you will create a new site-package for your project. This repository contains four example packages that sitegeist uses as starting point for new projects. The Vendor.Site package uses a build stack with css-modules and css + typescript colocation, while the Vendor.WheelInventor package is built using TailwindCss. Vendor.SupportWheelInventor uses PackageFactory.AtomicFusion.PresentationObjects for integration and Vendor.Shared as a shared kernel package to store shared elements like presentational components.

A site package has a package key that consists of a vendor Namespace and Package name that are seperated by a dot. You should always choose a unique package key in the customer namespace to implement custom designs. A good example would be Acme.Marketing. In the following examples __your_site_package_key__ refers to the package key you choose here.

You can choose to copy the included Vendor.Site package, the Vendor.WheelInventor or the Vendor.SupportWheelInventor and Vendor.Shared package(s) into the project namespace:

or:

or:

If you are improving the sitegeist/neos-base-distribution you likely want to skip this and adjust the example packages as they are.

Background: Vendor.Site is a blank site package with no defined frontend components, no content node types and a CSS Modules setup. Vendor.WheelInventor and Vendor.SupportWheelInventor uses Tailwind CSS and defines a lot of default frontend components and content node types. Use the latter to quickstart projects of medium size.

After cloning the site package you have to require the newly created package via composer.

After which you may decide to remove the packages Vendor.Site, Vendor.WheelInventor, Vendor.SupportWheelInventor, Vendor.Shared and Sitegeist.Chantalle as they are only needed to kickstart further site-packages from now on. The package Sitegeist.Chantalle is included here as it implements the adopt command for the previous task:

Altenatively you may require an existing site-package like Neos.Demo via composer:

Initialize the project git repository

The following commands will initialize the git repository, setup git-hooks and perform composer and yarn install.

Import site-content or create a new site

Running the site locally

You can start a development server via:

Clone project data

You can clone your project data directly with make. This command shows up the list and ask for the preset.

or type the preset directly:

Versioning

Deployment


All versions of neos-base-distribution with dependencies

PHP Build Version
Package Version
Requires neos/neos Version ~8.3.0
neos/seo Version ^3.0
neos/redirecthandler-ui Version ^2.4
neos/redirecthandler-neosadapter Version ^4.3
neos/redirecthandler-databasestorage Version ^5.0
packagefactory/atomicfusion-proptypes Version ^2.0
packagefactory/atomicfusion-classnames Version ^1.0
flowpack/nodetemplates Version ^1.3
sitegeist/klarschiff Version ~3.0
sitegeist/monocle Version ~7.2
sitegeist/chitchat Version ~1.2
sitegeist/kaleidoscope Version ^6.0
sitegeist/csvpo Version ^1.3
sitegeist/stampede Version ^1.1
sitegeist/archaeopteryx Version ^1.0
sitegeist/iconoclasm Version ^1.0
sitegeist/noderobis Version ~1.1
sitegeist/pyranodis Version ~1.0
vendor/site Version ^1.0
vendor/wheelinventor Version ^1.0
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 sitegeist/neos-base-distribution contains the following files

Loading the files please wait ....