PHPackages                             oliverthiele/ot-febuild - 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-febuild

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

oliverthiele/ot-febuild
=======================

FE Build - TYPO3 extension that serves as a target for frontend build output (e.g. from Webpack). No assets included.

v2.0.0(2mo ago)0337↑86.7%1GPL-2.0-or-laterPHPPHP &gt;=8.3

Since Sep 28Pushed 1w ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (6)Used By (1)

ot\_febuild — Frontend Build Target for TYPO3
=============================================

[](#ot_febuild--frontend-build-target-for-typo3)

TYPO3 extension providing a dedicated deployment target for compiled frontend assets (CSS, JavaScript, fonts, SVG icons). No assets are included — the extension defines only the directory structure.

[![TYPO3](https://camo.githubusercontent.com/ff624ed071afbc7085dcd4f99f2358379f8284ba14ae6891eab075f69c55929f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31332e342d6f72616e67652e737667)](https://typo3.org/)[![Packagist Version](https://camo.githubusercontent.com/0e159b8b8d934a0c31377d4890575feead29d092d7c120f18bfb240c066671c1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6c69766572746869656c652f6f742d66656275696c642e737667)](https://packagist.org/packages/oliverthiele/ot-febuild)[![PHP](https://camo.githubusercontent.com/35640c95420739c72af454bc9738a6fc4d389068c87be5149baf198995794eda/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6f6c69766572746869656c652f6f742d66656275696c642f7068702e737667)](https://php.net/)[![License](https://camo.githubusercontent.com/6c26aca13deb6d592d5af25c6ecbe7bfb330d19dcc41e096c29228aded737c8d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f6c69766572746869656c652f6f742d66656275696c642e737667)](LICENSE)[![Changelog](https://camo.githubusercontent.com/6bc02a7bc61afc1cb3faaa53420df6d904b9940d7f3e2e11a463e1fdbb3cd52d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4368616e67656c6f672d4348414e47454c4f472e6d642d626c75652e737667)](CHANGELOG.md)

Features
--------

[](#features)

- Keeps compiled assets separate from the sitepackage and its Git history
- Assets resolvable via `EXT:ot_febuild/Resources/Public/Assets/`
- Compatible with TYPO3 `versionNumberInFilename` for automatic cache busting
- Public directory automatically symlinked to `public/_assets/` by TYPO3
- Works with any frontend build tool (Webpack, Vite, esbuild, etc.)

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

[](#requirements)

RequirementVersionPHP&gt;=8.3TYPO3anyInstallation
------------

[](#installation)

```
composer require oliverthiele/ot-febuild
```

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

[](#configuration)

### Build Output

[](#build-output)

Point your build tool's output directory to the extension's public assets path:

```
vendor/oliverthiele/ot-febuild/Resources/Public/Assets/

```

Expected directory layout after a build:

```
Resources/Public/Assets/
├── Fonts/
├── JavaScript/
├── Styles/
└── Website/
    ├── Icons/
    ├── Logos/
    └── SVG/

```

### TypoScript

[](#typoscript)

Include the compiled CSS and JavaScript in your page TypoScript:

```
page {
    includeCSS.main = EXT:ot_febuild/Resources/Public/Assets/Styles/Main.css
    includeJSFooter.main = EXT:ot_febuild/Resources/Public/Assets/JavaScript/Main.js
}

```

Usage
-----

[](#usage)

### Webpack Example

[](#webpack-example)

Configure the Webpack output path to write directly into the extension:

```
output: {
    path: path.resolve(__dirname, 'vendor/oliverthiele/ot-febuild/Resources/Public/Assets'),
}
```

### Deployment via rsync

[](#deployment-via-rsync)

Sync compiled assets from a local DDEV environment to a remote server:

```
rsync -avzP -e 'ssh -p 22' \
    vendor/oliverthiele/ot-febuild/Resources/Public/Assets/ \
    user@example.com:/path/to/project/packages/ot_febuild/Resources/Public/Assets/
```

License
-------

[](#license)

GPL-2.0-or-later — © Oliver Thiele

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance93

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

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

Total

4

Last Release

69d ago

Major Versions

v1.0.2 → v2.0.02026-04-25

### 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 (5 commits)")

---

Tags

cmsassetsfrontendtypo3buildwebpack

### Embed Badge

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

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

###  Alternatives

[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106760.3k33](/packages/typo3-cms-styleguide)[wazum/sluggi

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

40529.5k](/packages/wazum-sluggi)[friendsoftypo3/visual-editor

TYPO3 CMS Visual Editor - Brings a modern WYSIWYG editing experience to TYPO3 CMS.

576.1k2](/packages/friendsoftypo3-visual-editor)[baschte/content-animations

TYPO3 CMS extension to have some fun and animate your content elements

2490.3k](/packages/baschte-content-animations)[jweiland/events2

Events 2 - Create single and recurring events

2166.7k3](/packages/jweiland-events2)

PHPackages © 2026

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