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 1mo ago

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

33

—

LowBetter than 75% of packages

Maintenance40

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

508d 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

[sinso/app-routes

Easy way to route rest-like URLs to your code

23110.0k1](/packages/sinso-app-routes)[hn/typo3-mcp-server

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

708.9k](/packages/hn-typo3-mcp-server)[kitodo/presentation

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

436.1k5](/packages/kitodo-presentation)[friendsoftypo3/interest

REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don't have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you can can inspect the record history and undo actions.

111.3k1](/packages/friendsoftypo3-interest)

PHPackages © 2026

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