Download the PHP package shel/dynamicnodes without Composer

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

Dynamic node type manager for Neos CMS

This package allows you to setup dynamic node types via a backend module in Neos CMS.

Installation

Install shel/dynamicnodes with composer:

composer require shel/dynamicnodes

A separate branch for Neos 1.2. and Neos 2.0. support exists. Composer should automatically select the right one.

Try it

Use our DynamicNodes Neos distribution to quickly create a project which contains the package. It is used for further development.

Configuration

You can adjust the functionality of the backend module and the node behaviour to your needs. See Configuration/Settings.yaml for all the settings. You can overwrite these settings in your site packages Settings.yaml or with the package that has this package as dependency.

Adjust default supertype of the dynamic nodes

See Configuration/NodeTypes.DynamicNode.yaml for the default supertype of all dynamic nodes. Overwrite Shel.DynamicNodes:DynamicNode in your own package to fit it to your needs. For example you can change the default icon or add more properties or supertypes.

You can also use this supertype to setup constraints so the new nodes can only be created where you want it.

Use your own supertype for the dynamic nodes

Add the following to your Settings.yaml and adapt to your needs:

Shel:
  DynamicNodes:
    defaults:
      superTypes:
        'Vendor.Package:DynamicNodeSuperType': true

Change labels & translate

TODO: implement

Adjust rendering

See Resources/Private/TypoScript/Root.ts2. The default behaviour is to override the primary content rendering and just render a table with all dynamic properties. You can override the prototype of Shel.DynamicNodes:DynamicNodeContent to change the template or completely change the behaviour.

Usage

In the Neos CMS backend go to the modules list and click on Manage dynamic node types. There you can add new nodes and add properties to them. After each change the node cache is flushed and the changes are effective immediately. You can use the created node types by adding new documents in the page tree. There will be a new group called Dynamic node types.

It's save to rename nodes and properties as a unique identifier is set when they are created. Also a unique suffix is added to this identifier so two nodes or properties with the same label won't collide.

Roadmap

Related topics:


All versions of dynamicnodes with dependencies

PHP Build Version
Package Version
Requires typo3/neos Version 2.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/dynamicnodes contains the following files

Loading the files please wait ....