Download the PHP package threeam/threeam-content-elements-page without Composer

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

3AM Content Elements Page - Build Content Elements Page Automatically

Are you tired of manually creating content elements pages on your TYPO3 website? Introducing our innovative TYPO3 extension that simplifies the process by automatically generating a dedicated page containing all unique content elements present across your site.

With our extension, you can say goodbye to the tedious task of individually crafting content element pages. Instead, our solution scans your TYPO3 website, identifies all distinct content elements, and dynamically compiles them into a single, organized page.

Installation

Install extension with composer composer req threeam/threeam-content-elements-page.

How It Works

The Content Elements Page extension operates by querying the entire database for content elements based on specific criteria, including CType, list_type, layout, and frame_class. These criteria are essential for identifying unique combinations of content elements across your TYPO3 installation.

Querying Content Elements

  1. Identification Parameters: The extension searches for content elements based on their CType (Content Type), list_type, layout, and frame_class.

  2. Unique Combinations: By analyzing these parameters, Content Elements Page identifies unique combinations of content elements existing within the TYPO3 database.

Scheduler Integration

Content Elements Page seamlessly integrates with TYPO3's scheduler functionality to automate the process of updating content elements.

  1. Scheduled Execution: When configured as a scheduler task, the extension periodically checks for updates to content elements.

  2. Duplicate Checking: Before copying content elements to a page, Content Elements Page verifies if a similar combination already exists on the target page.

  3. Efficient Updates: If an identical combination is found, the extension skips the copy process, ensuring that only new or modified content elements are added to the page.

Benefits for Editors

By utilizing Content Elements Page within TYPO3's environment, editors can experience several advantages:

Configuration

Setup page id in extension configuration to the id where you want to place all content elements

Usage

Create a scheduler of type console command for cepage:build or you can execute from cli with cepage:build

How to skip content elements

if some content elements are copied automatically but you don't want them on the content elements page. You can simply disable them on the page so copy process will not copy them again on the page.

Credits

This extension is created by 3AM Technolgies.


All versions of threeam-content-elements-page with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core 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 threeam/threeam-content-elements-page contains the following files

Loading the files please wait ....