PHPackages                             runtime/frankenphp-symfony - 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. [Framework](/categories/framework)
4. /
5. runtime/frankenphp-symfony

ActiveLibrary[Framework](/categories/framework)

runtime/frankenphp-symfony
==========================

FrankenPHP runtime for Symfony

1.0.0(6mo ago)703.6M↓13.1%13[2 PRs](https://github.com/php-runtime/frankenphp-symfony/pulls)6MITPHPPHP &gt;=8.1

Since Oct 15Pushed 6mo ago5 watchersCompare

[ Source](https://github.com/php-runtime/frankenphp-symfony)[ Packagist](https://packagist.org/packages/runtime/frankenphp-symfony)[ GitHub Sponsors](https://github.com/nyholm)[ RSS](/packages/runtime-frankenphp-symfony/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (6)

FrankenPHP Runtime for Symfony
==============================

[](#frankenphp-runtime-for-symfony)

A runtime for [FrankenPHP](https://frankenphp.dev/).

If you are new to the Symfony Runtime component, read more in the [main readme](https://github.com/php-runtime/runtime).

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

[](#installation)

```
composer require runtime/frankenphp-symfony

```

Usage
-----

[](#usage)

Define the environment variable `APP_RUNTIME` for your application.

Dotenv Component is executed after Runtime Component, so APP\_RUNTIME must be available in your container.

```
docker run \
    -e FRANKENPHP_CONFIG="worker ./public/index.php" \
    -e APP_RUNTIME=Runtime\\FrankenPhpSymfony\\Runtime \
    -v $PWD:/app \
    -p 80:80 -p 443:443 \
    dunglas/frankenphp

```

```
// public/index.php

use App\Kernel;

require_once dirname(__DIR__).'/vendor/autoload_runtime.php';

return function (array $context) {
    return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
```

Options
-------

[](#options)

- `frankenphp_loop_max`: the number of requests after which the worker must restart, to prevent weird memory leaks (default to `500`, set to `-1` to never restart)

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance66

Regular maintenance activity

Popularity57

Moderate usage in the ecosystem

Community26

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.3% 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 ~386 days

Total

4

Last Release

197d ago

Major Versions

0.2.0 → 1.0.02025-12-18

PHP version history (3 changes)0.1.0PHP &gt;=8.2.0

0.1.1PHP &gt;=8.0

0.2.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/401ccc5eea13c60cf807ae982af00e368e2166e2f26d8eb541dcd881a57385bc?d=identicon)[Nyholm](/maintainers/Nyholm)

---

Top Contributors

[![dunglas](https://avatars.githubusercontent.com/u/57224?v=4)](https://github.com/dunglas "dunglas (8 commits)")[![chalasr](https://avatars.githubusercontent.com/u/7502063?v=4)](https://github.com/chalasr "chalasr (2 commits)")[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (2 commits)")[![tamcy](https://avatars.githubusercontent.com/u/959433?v=4)](https://github.com/tamcy "tamcy (1 commits)")[![thecaliskan](https://avatars.githubusercontent.com/u/13554944?v=4)](https://github.com/thecaliskan "thecaliskan (1 commits)")[![Yoann-TYT](https://avatars.githubusercontent.com/u/9287634?v=4)](https://github.com/Yoann-TYT "Yoann-TYT (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/runtime-frankenphp-symfony/health.svg)

```
[![Health](https://phpackages.com/badges/runtime-frankenphp-symfony/health.svg)](https://phpackages.com/packages/runtime-frankenphp-symfony)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M573](/packages/shopware-core)

PHPackages © 2026

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