Download the PHP package shel/neosbase without Composer

On this page you can find all versions of the php package shel/neosbase. 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 neosbase

A base package for Neos CMS projects

Latest Stable Version Total Downloads License

⚠️ NOTE

This package is not being further developed anymore as most features have been replaced over the years with Neos core functionality. You can still copy parts you might need, but it's not recommended to be installed anymore.

Description

This package works as starting point for Neos CMS projects. It provides good defaults needed in many projects and can be combined with other packages to quickly setup a new website.

Features

NodeTypes

MetaMenuMixin

Shel.NeosBase:MetaMenuMixin can be added as super type to Neos.Neos:Document to mark pages to be shown with the Shel.NeosBase:MetaMenu ts object. For example in a site footer.

RootPage

Shel.NeosBase:RootPage is a good starting point for a website which can have additional properties for the whole website. Change the type of your root node to this to use it.

You should add the following constraint to your document types to only allow the RootPage as site root and adapt it to your nodenames:

Form elements

Viewhelpers

To use them, add the following to your fluid template:

Or when you want autocompletion add instead the following to the beginning of your template:

Afterwards alt-click on the schema url and tell PhpStorm to fetch the schema from the external resource.

Fluid viewhelper schemas

For autocompletion you can add the viewhelper schema to PhpStorm. The schema is in the package folder at Documentation/Schema.xsd.

To rebuild the Fluid viewhelper schema for this package run this:

Validators

Enhanced TypoScript for page rendering

Page rendering

This package uses the alternative page rendering described in the Neos documentation. The basic prototype to extend from is Shel.NeosBase:DefaultPage. Read the Neos documentation about how to add your own page layouts.

Additional html head parts

Adds additional configurable meta tags in the page header (f.e. css, author, ie compatibility, viewport, favicon, etc...). See the prototype Shel.NeosBase:DefaultPage for details.

Additional html body parts

Also included is a configurable live reload script when you are developing your stylesheets. See Settings.yaml for the configuration.

To easily include your javascript bundle see the ts path body.javascripts.bundle.

TypoScript objects


All versions of neosbase with dependencies

PHP Build Version
Package Version
Requires neos/neos Version ~4.3 || ~5.0 || ~7.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 shel/neosbase contains the following files

Loading the files please wait ....