PHPackages                             lukasbableck/contao-frankenphp-worker-plugin - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. lukasbableck/contao-frankenphp-worker-plugin

ActiveComposer-plugin[Queues &amp; Workers](/categories/queues)

lukasbableck/contao-frankenphp-worker-plugin
============================================

This Contao plugin allows you to run Contao with FrankenPHP worker mode.

1.0.0(today)011↑2627.3%LGPL-3.0-or-laterPHPPHP ^8.3

Since Jul 28Pushed todayCompare

[ Source](https://github.com/lukasbableck/contao-frankenphp-worker-plugin)[ Packagist](https://packagist.org/packages/lukasbableck/contao-frankenphp-worker-plugin)[ RSS](/packages/lukasbableck-contao-frankenphp-worker-plugin/feed)WikiDiscussions main Synced today

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

contao-frankenphp-worker-plugin
===============================

[](#contao-frankenphp-worker-plugin)

This plugin automatically installs a worker.php in your Contao public-dir that can be used to run Contao in FrankenPHP worker mode. The worker mode eliminates the need to initialize the whole framework each time on every request, thus improving performance greatly.

Please note that this has not been tested very thoroughly yet.

Installation
------------

[](#installation)

```
composer require lukasbableck/contao-frankenphp-worker-plugin
```

Example Caddyfile
-----------------

[](#example-caddyfile)

```
localhost

root public/

route {
	@static {
		file {path}
		not path *.php
	}
	file_server @static

	@preview path /preview.php*
	php_server @preview {
		root public/
	}

	php {
		root public/
		worker {
			file ./worker.php
			match *
		}
	}
}
```

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance100

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0154055676f978a6dc41986c2923866b7d344ccfaca7fe23b4f46953d96fbec3?d=identicon)[lukasbableck](/maintainers/lukasbableck)

---

Top Contributors

[![lukasbableck](https://avatars.githubusercontent.com/u/42083846?v=4)](https://github.com/lukasbableck "lukasbableck (1 commits)")

---

Tags

phpfrankenphpworkercaddy

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/lukasbableck-contao-frankenphp-worker-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/lukasbableck-contao-frankenphp-worker-plugin/health.svg)](https://phpackages.com/packages/lukasbableck-contao-frankenphp-worker-plugin)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M402](/packages/easycorp-easyadmin-bundle)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.8k](/packages/symfony-framework-bundle)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k185.6M2.4k](/packages/symfony-security-bundle)[symfony/security-http

Symfony Security Component - HTTP Integration

1.7k177.2M396](/packages/symfony-security-http)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M353](/packages/api-platform-core)[oro/platform

Business Application Platform (BAP)

645143.5k116](/packages/oro-platform)

PHPackages © 2026

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