Installation¶
Note
The extension in version 0.4 supports TYPO3 v11 LTS and TYPO3 v12, and needs at least PHP 8.1.
Attention
The extension is under development and in alpha state.
This extension does not work in a legacy installation as the underlying dependencies are not available.
The only way to install this extension is by using Composer. In your Composer-based TYPO3 project root, just type:
composer req brotkrueml/typo3-feed-generator
and the recent stable version will be installed.
To be able to generate feeds, at least one of the following packages are
required. Add them either to your project's composer.json
or an
extension which generates a feed.
Use laminas/laminas-feed
for Atom and RSS feeds:
composer req laminas/laminas-feed:^2.18
Use jdecool/jsonfeed
for JSON feeds:
composer req jdecool/jsonfeed:dev-master
This way only necessary packages are installed on your TYPO3 installation. If the package for a feed format is missing an exception is thrown.