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(5mo ago)662.9M↑13.4%13[2 PRs](https://github.com/php-runtime/frankenphp-symfony/pulls)5MITPHPPHP &gt;=8.1

Since Oct 15Pushed 5mo 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 1mo ago

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

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

56

—

FairBetter than 98% of packages

Maintenance73

Regular maintenance activity

Popularity57

Moderate usage in the ecosystem

Community25

Small or concentrated contributor base

Maturity58

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

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

[symfony/framework-bundle

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

3.6k235.4M9.7k](/packages/symfony-framework-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19562.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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