PHPackages                             trismegiste/symfony-prelude - 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. [Templating &amp; Views](/categories/templating)
4. /
5. trismegiste/symfony-prelude

AbandonedLibrary[Templating &amp; Views](/categories/templating)

trismegiste/symfony-prelude
===========================

A lightweight template kernel for Symfony2 with auto-install script

v1.0.2(11y ago)127MITPHPPHP &gt;=5.4.3

Since Aug 26Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Trismegiste/symfony-prelude)[ Packagist](https://packagist.org/packages/trismegiste/symfony-prelude)[ RSS](/packages/trismegiste-symfony-prelude/feed)WikiDiscussions master Synced 3w ago

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

Prelude to Symfony [![Build Status](https://camo.githubusercontent.com/b3982835d13fe50d31553dcb71783b125d9ae649b27c03f67848f2bc8ab2ffb1/68747470733a2f2f7472617669732d63692e6f72672f547269736d6567697374652f73796d666f6e792d7072656c7564652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Trismegiste/symfony-prelude)
===================================================================================================================================================================================================================================================================================================================================

[](#prelude-to-symfony-)

An easy way to start a Symfony app

What
----

[](#what)

This small lib does 3 things :

- Provides a fat-free kernel for Symfony 2 with only essential bundles
- Provides an auto-installer script for platform-specific parameters
- Inject a default parameter "developer.name" to customize your configuration when many developers are involved

Why
---

[](#why)

Reduce the rate of "But it works on my computer (or my VM) !"

It starts for 3 reasons :

- the lost so many times of the infamous parameters.yml
- the AppKernel class is not [OCP](http://en.wikipedia.org/wiki/Open/closed_principle)
- customizing parameters automatically between a team

Example
-------

[](#example)

In the end, the Kernel looks like :

```
use Trismegiste\Prelude\Kernel;

class AppKernel extends Kernel
{
    protected function registerAdditionalBundles()
    {
        return [];
    }
}

```

See through the [phpunit tests](https://github.com/Trismegiste/symfony-prelude/blob/master/tests/example/AppKernel.php) or the social network app [iinano](https://github.com/Trismegiste/iinano/tree/master/app/AppKernel.php)

When
----

[](#when)

Before you start to mess your AppKernel and parameters.yml. When you don't need fatty fat bundles like Doctrine or Swiftmailer or ide-validation-less annotations.

Where
-----

[](#where)

Add this lib to the composer.json of your Symfony project. Add the install script for Composer. Rewrite the AppKernel like you can see in [iinano](https://github.com/Trismegiste/iinano/tree/master/app/AppKernel.php). Remove parameters.yml (and its reference). Remove Incenteev reference in composer.json.

Y U NO use Incenteev ?
----------------------

[](#y-u-no-use-incenteev-)

This lib does not provide a way to prepare a parameters.yml for the preprod server, for example, so your sysadmin does not get mad when he's installing your app at 1:00 AM. Only the file for the production server needs to be in gitignore.

Nonetheless, you can use both in the same project.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

4316d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64cc99ca21a090b2454784670e4ac49db17794d6861078eeceebdbe302365c3f?d=identicon)[trismegiste](/maintainers/trismegiste)

---

Top Contributors

[![Trismegiste](https://avatars.githubusercontent.com/u/1260026?v=4)](https://github.com/Trismegiste "Trismegiste (9 commits)")

### Embed Badge

![Health badge](/badges/trismegiste-symfony-prelude/health.svg)

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

291.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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