PHPackages                             umanit/front-bundle - 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. umanit/front-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

umanit/front-bundle
===================

Front Symfony Bundle

3.0.0(2mo ago)219.9k↓39.3%1[1 issues](https://github.com/umanit/front-bundle/issues)MITPHPPHP ^8.2

Since Dec 3Pushed 2mo ago6 watchersCompare

[ Source](https://github.com/umanit/front-bundle)[ Packagist](https://packagist.org/packages/umanit/front-bundle)[ RSS](/packages/umanit-front-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (8)Versions (17)Used By (0)

ReadMe
======

[](#readme)

Ce starter kit est à utiliser dans le cadre d'un projet symfony. Il embarque [le starter kit](https://github.com/umanit/front-kit)

Avec des fonctionnalités en plus :

- un guide de style
- une route pour gérer des intégrations statiques

Pré-requis
----------

[](#pré-requis)

- Utiliser Symfony 4
- Utiliser NVM pour installer node et yarn sur sa machine

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

[](#installation)

À la racine du projet lancer la commande

```
composer require umanit/front-bundle

```

Une fois le bundle installé **il faut supprimer le package.json et le webpack.config.js** qui ont été rajoutés par la recipe flex de `webpack-encore-bundle`.

Ensuite, il faut lancer la commande suivante :

```
php bin/console umanit:front-bundle:init

```

Une fois terminée, il faut installer les dépendances front :

```
nvm exec yarn install

```

Enregistrer les routes

```
# app/config/routes/dev/umanit_front_bundle.yaml
umanit_front_bundle:
    resource: "@UmanitFrontBundle/Resources/config/routes/dev/routes.yaml"
```

### Le dossier et les fichiers du guide de style

[](#le-dossier-et-les-fichiers-du-guide-de-style)

Dans `projet/templates`, créer le dossier `style_guide`, puis structurer comme suit :

```
style_guide
    |_ index.html.twig
    |_ modules
        |_ buttons.html.twig

```

#### index.html.twig

[](#indexhtmltwig)

```
{% extends '@UmanitFront/style_guide/base.html.twig' %}

{% block title %}{% endblock %}

{% block body %}

        {% include '@UmanitFront/style_guide/partials/progress.html.twig' with {
             template: 'block',
             title: 'Block',
             tags: ['layout'],
             description: 'Block description',
             progress: 30
         } %}

{% endblock %}
```

Le `{% include %}` est à répéter autant de fois qu'il y a d'éléments ajoutés dans le dossier.

### Route d'intégration statique

[](#route-dintégration-statique)

La route `/static/{path}` permet d'afficher les Twigs intégrés de manière statiques La variable `{path}` correspond au chemin d'accès d'un template Twig se trouvant dans `templates/static/`, qu'importe sa profondeur dans l'arborescence.

- `https://domain.wip/static/nom-du-twig.html` rendra la vue Twig `templates/static/nom-du-twig.html.twig`
- `https://domain.wip/static/sous-dossier/ma_vue.html` rendra la vue Twig `templates/static/sous-dossier/ma_vue.html.twig`

Utilisation
-----------

[](#utilisation)

Pour toute la partie CSS l'utilisation est la même que le [front kit](https://github.com/umanit/front-kit#utilisation).

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance76

Regular maintenance activity

Popularity30

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 57.8% 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 ~152 days

Recently: every ~375 days

Total

16

Last Release

69d ago

Major Versions

1.0.13 → 2.0.02023-12-01

2.1.0 → 3.0.02026-03-10

PHP version history (3 changes)1.0.0PHP &gt;=7.0

2.0.0PHP ^8.2

2.1.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/27f13221fde4957c93a4ed7293a6460272d626e53df227e3aae4f35aa9289e69?d=identicon)[DjLeChuck](/maintainers/DjLeChuck)

---

Top Contributors

[![linkrb](https://avatars.githubusercontent.com/u/900590?v=4)](https://github.com/linkrb "linkrb (26 commits)")[![DjLeChuck](https://avatars.githubusercontent.com/u/696780?v=4)](https://github.com/DjLeChuck "DjLeChuck (19 commits)")

### Embed Badge

![Health badge](/badges/umanit-front-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/umanit-front-bundle/health.svg)](https://phpackages.com/packages/umanit-front-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

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

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

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

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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