PHPackages                             radiergummi/roadrunner-symfony-skeleton - 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. radiergummi/roadrunner-symfony-skeleton

ActiveProject[Framework](/categories/framework)

radiergummi/roadrunner-symfony-skeleton
=======================================

v1.0.0(6y ago)21[1 PRs](https://github.com/Radiergummi/roadrunner-symfony-skeleton/pulls)MITPHPPHP ^7.2.5

Since Feb 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Radiergummi/roadrunner-symfony-skeleton)[ Packagist](https://packagist.org/packages/radiergummi/roadrunner-symfony-skeleton)[ RSS](/packages/radiergummi-roadrunner-symfony-skeleton/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

Roadrunner Symfony Skeleton
===========================

[](#roadrunner-symfony-skeleton)

> A bare-bones skeleton project, prepared to run Symfony 5, served by [Roadrunner](https://roadrunner.dev/), in a Docker image.

Features
--------

[](#features)

The image includes only what's actually required to wire things up. It provides:

- Pre-configured Symfony integration using [baldinof/symfony-roadrunner-bundle](https://github.com/Baldinof/roadrunner-bundle)
- Automatic worker reloading after each request, so you can live-edit in development
- Easy configuration: All config files in the project root
- Working docker-compose development environment, project is mounted into the image
- [Working Sessions](https://github.com/spiral/roadrunner/issues/18)

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

[](#installation)

**via Composer:**

```
composer create-project --prefer-dist radiergummi/roadrunner-symfony-skeleton your_app
```

**via Git:**

```
git clone https://github.com/Radiergummi/roadrunner-symfony-skeleton.git your_app
cd your_app

# install dependencies
composer install

# init config
composer init-config
```

Usage
-----

[](#usage)

Start the container:

```
docker-compose up
```

...then open [localhost:8080](http://localhost:8080), and you're ready to go.

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

[](#configuration)

The project exposes multiple configuration files:

- `.rr.yaml`: The Roadrunner configuration file. It only includes the directives required for the project setup to work properly. You can find the reference at [roadrunner.dev/docs/intro-config](https://roadrunner.dev/docs/intro-config).
- `php.ini`: The main PHP configuration file. By default, it only includes the configuration recommended by Symfony, but you can change this file however you want.
- `Dockerfile`: The Dockerfile is split into a *builder* image that downloads the roadrunner binary and the actual image (that's called a [multi-stage build](https://docs.docker.com/develop/develop-images/multistage-build/)). If you need to make changes, you'll want to add them to the bottom image.
- `docker-compose.yaml`: The docker-compose configuration file. By default, it's configured to serve a development stack, with the project directory being mounted into the image working directory, essentially overriding the built files. This allows you to live-edit the files within the container while it runs. It also exposes the metrics and health services to the outside world on their default ports.
    Lastly, it overrides the default entry point to add the `debug` and `verbose` flags and restart the worker after every request.
- `config/packages/baldinof_road_runner.yaml`: The configuration file for the bridge bundle. You can find a reference at [github.com/baldinof/roadrunner-bundle](https://github.com/baldinof/roadrunner-bundle#configuration), but it works fine with the defaults.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

2279d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa633f25468b1a85e85646d55aa16c39d04e163e92744d0a7c2a694dbcafc3e1?d=identicon)[Radiergummi](/maintainers/Radiergummi)

---

Top Contributors

[![Radiergummi](https://avatars.githubusercontent.com/u/6115429?v=4)](https://github.com/Radiergummi "Radiergummi (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/radiergummi-roadrunner-symfony-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/radiergummi-roadrunner-symfony-skeleton/health.svg)](https://phpackages.com/packages/radiergummi-roadrunner-symfony-skeleton)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[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)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M61](/packages/contao-manager-bundle)

PHPackages © 2026

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