Download the PHP package terminal42/contao-node without Composer

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

Node bundle for Contao Open Source CMS

This bundle provides a new way for Contao to manage content elements that are common for multiple pages.

Installation

Install the bundle via Composer:

Still using Haste 4?

If you are still using Haste 4 in your projects, you should require the bundle as follows to get all new bugfixes:

Configuration

Once installed, you can start creating groups and nodes in the Content > Nodes backend module. Roughly said they work similar to articles – each node can have multiple content elements.

You can then display those nodes in the front end using either the Nodes front end module or content element. Both of them allow you to select either one or multiple nodes and order them.

To better organize nodes you can specify the languages the respective content elements were written in and use arbitrary tags to be able to quickly filter and find them again. Both the languages as well as the tags don't have any influence on the front end but can help you to manage your content in an efficient way.

Thanks to the Contao picker, finding the correct node is as easy as it can get!

Contao non-managed edition

If you don't use the Contao managed edition, additionally you have to configure the tags bundle on your app-level:

Insert Tags

The extension also provides two new insert tags: {{insert_node::*}} and {{insert_nodes::*}}. The former expects the ID of a node and will then generate the output of that node. The latter expects a comma separated list of node IDs and will then generate the output of all those nodes. Example: {{insert_nodes::1,2,3}}


All versions of contao-node with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
contao/core-bundle Version ^4.13 || ^5.0
codefog/contao-haste Version ^5.0
codefog/tags-bundle Version ^3.3
doctrine/dbal Version ^2.13 || ^3.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 terminal42/contao-node contains the following files

Loading the files please wait ....