PHPackages                             oliverthiele/ot-timeline - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. oliverthiele/ot-timeline

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

oliverthiele/ot-timeline
========================

CE Timeline - Content element for displaying a vertical timeline.

1.1.0(1w ago)06↑900%GPL-2.0-or-laterJavaScriptPHP &gt;=8.2

Since Dec 16Pushed 1w ago1 watchersCompare

[ Source](https://github.com/oliverthiele/ot-timeline)[ Packagist](https://packagist.org/packages/oliverthiele/ot-timeline)[ Docs](https://www.oliver-thiele.de/)[ RSS](/packages/oliverthiele-ot-timeline/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

ot\_timeline — Timeline Content Element for TYPO3
=================================================

[](#ot_timeline--timeline-content-element-for-typo3)

Adds a vertical timeline content element to TYPO3. Timeline items support a title, rich text, and up to two images each.

[![TYPO3](https://camo.githubusercontent.com/ff624ed071afbc7085dcd4f99f2358379f8284ba14ae6891eab075f69c55929f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31332e342d6f72616e67652e737667)](https://typo3.org/)[![Packagist Version](https://camo.githubusercontent.com/42dfa1a84e00780d12a7893e7c23023f30c8694434d47555c6f0b735becf55c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6c69766572746869656c652f6f742d74696d656c696e652e737667)](https://packagist.org/packages/oliverthiele/ot-timeline)[![PHP](https://camo.githubusercontent.com/9185c2ad2e156562cab505a495a9aa073eee769c9bc3023c4e34f81d9fc4273d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6f6c69766572746869656c652f6f742d74696d656c696e652f7068702e737667)](https://php.net/)[![License](https://camo.githubusercontent.com/6513f2bb006ddada0c5d2f8354772d599d4c18effd09cbf6bea5cb35c3456602/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f6c69766572746869656c652f6f742d74696d656c696e652e737667)](LICENSE.txt)[![Changelog](https://camo.githubusercontent.com/6bc02a7bc61afc1cb3faaa53420df6d904b9940d7f3e2e11a463e1fdbb3cd52d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4368616e67656c6f672d4348414e47454c4f472e6d642d626c75652e737667)](CHANGELOG.md)

Features
--------

[](#features)

- TYPO3 v13 and v14 compatible (Site Set ready)
- Vertical or horizontal timeline layout (configurable via JavaScript)
- Timeline items with title, rich text, and up to two images
- IRRE-based item management in the backend
- Timeline JavaScript from [squarechip/timeline](https://github.com/squarechip/timeline) (vendored)

Requirements
------------

[](#requirements)

RequirementVersionTYPO3^13.4 | ^14.3PHP&gt;=8.2Installation
------------

[](#installation)

```
composer require oliverthiele/ot-timeline
```

After installation, activate the **Site Set "OtTimeline"** for your site in the TYPO3 backend.

Configuration
-------------

[](#configuration)

### TypoScript

[](#typoscript)

TypoScript is auto-included via the Site Set. For manual integration without Site Set:

```
@import 'EXT:ot_timeline/Configuration/TypoScript/setup.typoscript'

```

### JavaScript Options

[](#javascript-options)

The timeline is initialised with a default vertical configuration. To customise the behaviour, override the template and adjust the `timeline()` call:

```
timeline(document.querySelectorAll('.timeline'), {
    verticalStartPosition: 'right',  // 'left' | 'right'
    visibleItems: 2,
    verticalTrigger: '150px',        // px or % from bottom of viewport
    mode: 'vertical'                 // 'vertical' | 'horizontal'
});
```

For a full list of options see the [squarechip/timeline documentation](https://github.com/squarechip/timeline).

### Template Override

[](#template-override)

To customise the output, override the template in your sitepackage:

```
tt_content.ot_timeline.templateRootPaths.10 = EXT:your_sitepackage/Resources/Private/Templates/

```

### Styles

[](#styles)

The extension does not ship compiled CSS. Include the SCSS source from `Resources/Private/Scss/Timeline.scss` in your frontend build, or use the styles from the [squarechip/timeline repository](https://github.com/squarechip/timeline).

Usage
-----

[](#usage)

1. Create a new **Timeline** content element in the TYPO3 backend.
2. Add timeline items via the IRRE interface. Each item can have a title, rich text, and up to two images.

License
-------

[](#license)

GPL-2.0-or-later — © 2024 Oliver Thiele

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance98

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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 ~529 days

Total

2

Last Release

10d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5030298?v=4)[Oliver Thiele](/maintainers/oliverthiele)[@oliverthiele](https://github.com/oliverthiele)

---

Top Contributors

[![oliverthiele](https://avatars.githubusercontent.com/u/5030298?v=4)](https://github.com/oliverthiele "oliverthiele (3 commits)")

---

Tags

timelinetypo3content element

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/oliverthiele-ot-timeline/health.svg)

```
[![Health](https://phpackages.com/badges/oliverthiele-ot-timeline/health.svg)](https://phpackages.com/packages/oliverthiele-ot-timeline)
```

###  Alternatives

[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)[friendsoftypo3/content-blocks

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

101466.4k44](/packages/friendsoftypo3-content-blocks)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106749.2k26](/packages/typo3-cms-styleguide)[jweiland/events2

Events 2 - Create single and recurring events

2165.2k3](/packages/jweiland-events2)[in2code/lux

Living User eXperience - LUX - the Marketing Automation tool for TYPO3.

2156.6k1](/packages/in2code-lux)[wapplersystems/ws-scss

Compiles SCSS to CSS at runtime with caching, TypoScript variables and EXT: import support

11144.8k7](/packages/wapplersystems-ws-scss)

PHPackages © 2026

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