PHPackages                             lanius/blogext - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. lanius/blogext

ActiveTypo3-cms-extension[API Development](/categories/api)

lanius/blogext
==============

With this record-based extension for TYPO3, it is easy to run a blog on your TYPO3 website, including RSS functionality and integration into the Google Sitemap with route enhancers for SEO-friendly links.

1.6.6(1y ago)114GPL-2.0-or-laterPHPPHP ^8.2 || ^8.3 || ^8.4

Since Nov 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sturmi1976/blogext)[ Packagist](https://packagist.org/packages/lanius/blogext)[ RSS](/packages/lanius-blogext/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (23)Used By (0)

Simple TYPO3 Blog
=================

[](#simple-typo3-blog)

Guide on how to set up this simple blog extension in TYPO3.

Install TYPO3 blog extension
============================

[](#install-typo3-blog-extension)

To install the extension in TYPO3, enter the following command in the console where the root composer.json is located.

`composer req lanius/blogext`

Next, log in to the TYPO3 backend, navigate to Administration Tools -&gt; Maintenance -&gt; Analyze Database, and install the database tables.

Then, create a page in your page tree to store the Blog List plugin and create a folder where the records (blogs, categories, etc.) will be stored. In your Blog List plugin, fill out the Flexform.

Now go to Pages -&gt; General -&gt; Sets (Site Sets) and add the Site Set for the Blog Extension.

Under Settings -&gt; Edit Settings, fill in the fields related to the Blog Extension.

Add RSS feed
------------

[](#add-rss-feed)

Create a page in the page tree where you add the Blog: RSS Feed plugin. After adding the RSS plugin, fill out the Flexform fields in the plugin. Then, you can integrate the feed into the head using the following TypoScript.

```
page.headerdata.150 = TEXT
page.headerdata.150.value =

```

Add Route Enhancers
-------------------

[](#add-route-enhancers)

To create search engine-friendly links, either add the following to your config.yaml file or write your own configuration.

```
imports:
  -
    resource: 'EXT:blogext/Configuration/Routes/Blog.yaml'
```

Links
-----

[](#links)

LinksDescriptionExtension available in the TYPO3 TER.Packagist

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

22

Last Release

561d ago

PHP version history (2 changes)1.0.3PHP ^8.2 || ^8.3

1.1.0PHP ^8.2 || ^8.3 || ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/920aaeca25e2a3efdcb94a4fa7da03412ac80bc67e715493d58f27aa07b5c6f4?d=identicon)[sturmi1976](/maintainers/sturmi1976)

---

Top Contributors

[![sturmi1976](https://avatars.githubusercontent.com/u/55278907?v=4)](https://github.com/sturmi1976 "sturmi1976 (56 commits)")

### Embed Badge

![Health badge](/badges/lanius-blogext/health.svg)

```
[![Health](https://phpackages.com/badges/lanius-blogext/health.svg)](https://phpackages.com/packages/lanius-blogext)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[hn/typo3-mcp-server

TYPO3 extension that provides a Model Context Protocol (MCP) server for interacting with TYPO3 pages and records

8523.4k1](/packages/hn-typo3-mcp-server)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.1M8](/packages/netresearch-rte-ckeditor-image)[pagemachine/searchable

TYPO3 extension to index and search content with Elasticsearch

1039.9k](/packages/pagemachine-searchable)[thieleundklose/autotranslate

This extension provides automatic translation of pages and content elements via DeepL API.

1213.7k](/packages/thieleundklose-autotranslate)[kitodo/presentation

Base plugins, modules, services and API of the Digital Library Framework. It is part of the community-based Kitodo Digitization Suite.

467.3k6](/packages/kitodo-presentation)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
