erhaweb / feed-display
Fetches and parses RSS and Atom web feeds with the SimplePie library and prepares them for frontend display
Installs: 266
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 1
Language:HTML
Type:typo3-cms-extension
Requires
- simplepie/simplepie: ^1.7
- typo3/cms-core: ^11.5 || ^12.0
Requires (Dev)
- roave/security-advisories: dev-latest
Replaces
- typo3-ter/feed-display: 1.3.1
README
The aim of this extension is to provide a way to display RSS and Atom web feed data retrieved from any URL in the frontend. It is possible to configure which data is to be read from the feed for the purpose of display.
Parsing of feed data is done by the SimplePie library, which is a very fast and easy-to-use feed parser, written in PHP.
The entire result is stored in its own cache (using the caching framework) so that the feed does not have to be parsed with each call. If something has changed in the plugin configuration (TypoScript or FlexForm), the cache is renewed immediately, otherwise only after a configurable time has elapsed.
For more information, see the documentation at docs.typo3.org.