PHPackages                             qb/symfony-minimal-edition - 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. qb/symfony-minimal-edition

ActiveProject[Framework](/categories/framework)

qb/symfony-minimal-edition
==========================

1.0.1(10y ago)0251MITPHP

Since Mar 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/quentin-berlemont/qb-symfony-minimal)[ Packagist](https://packagist.org/packages/qb/symfony-minimal-edition)[ RSS](/packages/qb-symfony-minimal-edition/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Symfony Minimal Edition
=======================

[](#symfony-minimal-edition)

This is the Symfony Minimal Edition - a minimally-functional Symfony application that you can use as the skeleton for your new applications.

The Symfony Minimal Edition uses the package [**vlucas/phpdotenv**](https://github.com/vlucas/phpdotenv) to add [**Twelve Factor app**](http://12factor.net) compatibility, simplyfing configuration. This allows to get rid of the different front controller files based on environment.

Add your application configuration to a `.env` file in the root of your project containing key-value pairs of environment variables :

```
SYMFONY_ENV=dev
SYMFONY_DEBUG=1
SYMFONY__SECRET=ThisTokenIsNotSoSecretChangeIt
SYMFONY__MONOLOG_ACTION_LEVEL=debug

```

> **Note**: Symfony will grab any environment variable prefixed with `SYMFONY__` and set it as a parameter in the service container. For details see [**How to Set external Parameters in the Service Container**](https://symfony.com/doc/current/cookbook/configuration/external_parameters.html) chapter of the Symfony Documentation.

What's inside?
--------------

[](#whats-inside)

The Symfony Minimal Edition is configured with the following defaults:

- An AppBundle you can use to start coding;
- Twig as the only configured template engine;

It comes pre-configured with the following bundles:

- **FrameworkBundle** - The core Symfony framework bundle
- [**TwigBundle**](https://symfony.com/doc/3.0/book/templating.html) - Adds support for the Twig templating engine
- [**MonologBundle**](https://symfony.com/doc/3.0/cookbook/logging/monolog.html) - Adds support for Monolog, a logging library
- **WebProfilerBundle** (in `dev`/`test` env) - Adds profiling functionality and the web debug toolbar
- **DebugBundle** (in `dev`/`test` env) - Adds Debug and VarDumper component integration

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

[](#installation)

Use [**Composer**](https://getcomposer.org/) to create a new application:

`composer create-project qb/symfony-minimal-edition path/to/install "v1.0.1"`

Credits
-------

[](#credits)

- [**Packing a Symfony full-stack Framework Application in one File**](http://fabien.potencier.org/packing-a-symfony-full-stack-framework-application-in-one-file-bootstrapping.html)
- [**Symfony All The Things (Web)**](http://www.whitewashing.de/2014/10/26/symfony_all_the_things_web.html)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

3696d ago

### Community

Maintainers

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

---

Top Contributors

[![quentin-berlemont](https://avatars.githubusercontent.com/u/11074696?v=4)](https://github.com/quentin-berlemont "quentin-berlemont (20 commits)")

### Embed Badge

![Health badge](/badges/qb-symfony-minimal-edition/health.svg)

```
[![Health](https://phpackages.com/badges/qb-symfony-minimal-edition/health.svg)](https://phpackages.com/packages/qb-symfony-minimal-edition)
```

###  Alternatives

[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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