PHPackages                             lyssal/structure-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lyssal/structure-bundle

AbandonedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

lyssal/structure-bundle
=======================

Outils divers pour travailler plus simplement et efficacement en Symfony

0.2.2(10y ago)059215proprietaryPHP

Since Mar 12Pushed 7y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (26)Used By (5)

LyssalStructureBundle
=====================

[](#lyssalstructurebundle)

Ce dépôt est abandonné.

Vous pouvez le remplacer par plusieurs autres dépôts :

- [lyssal/doctrine-orm-bundle](https://packagist.org/packages/lyssal/doctrine-orm-bundle)
- [lyssal/entity-bundle](https://packagist.org/packages/lyssal/entity-bundle)
- [lyssal/twig-bundle](https://packagist.org/packages/lyssal/twig-bundle)

LyssalStructureBundle contient différents outils facilitant le développement d'applications Symfony.

[![SensioLabsInsight](https://camo.githubusercontent.com/b80d2e5607776b76412f60f4bf61bd18540ff0b67c7383e741c71d5fde9394d5/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f36653032363465642d323230632d343732362d393262352d6131373465303535366366302f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/6e0264ed-220c-4726-92b5-a174e0556cf0)

Documentation
-------------

[](#documentation)

- [Manager de base](doc/Manager.md)
- [Repository de base](doc/Repository.md)
- [Decorator](doc/Decorator.md)
- [Appellation](doc/Appellation.md)
- [Traits pour entité](doc/Traits.md)
- [Réponses de contrôleur](doc/Response.md)
- [Messages Flash](doc/MessagesFlash.md)

### Autres bundles

[](#autres-bundles)

- [Thèmes Pagefanta](doc/Pagerfanta.md)
- [Vues Simplepie](doc/Simplepie.md)
- [Vues DebrilRssAtomBundle](doc/DebrilRssAtomBundle.md)

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

[](#installation)

1. Mettez à jour votre `composer.json` :

```
"require": {
    "lyssal/structure-bundle": "x.y.*"
}
```

2. Installez le bundle :

```
php composer.phar update
```

3. Mettez à jour `AppKernel.php` :

```
new Lyssal\StructureBundle\LyssalStructureBundle(),
```

4. Mettez à jour `routing.yml` (si vous souhaitez utiliser le service `Response`) :

```
lyssal_structure:
    resource: "@LyssalStructureBundle/Controller"
    type: "annotation"
    prefix: "/LyssalStructure"
```

Pour utiliser par défaut le `Repository` de `LyssalStructureBundle` ou si vous utilisez le `Manager`, il faut définir `doctrine.orm.default_repository_class` ainsi :

```
doctrine:
    orm:
        default_repository_class: "Lyssal\StructureBundle\Repository\EntityRepository"
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

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

Recently: every ~55 days

Total

25

Last Release

3651d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10855303?v=4)[Rémi Leclerc](/maintainers/Lyssal)[@Lyssal](https://github.com/Lyssal)

---

Top Contributors

[![Lyssal](https://avatars.githubusercontent.com/u/10855303?v=4)](https://github.com/Lyssal "Lyssal (12 commits)")

---

Tags

bundlemanagerstructurerepositorydecoratorlyssalappellation

### Embed Badge

![Health badge](/badges/lyssal-structure-bundle/health.svg)

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

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[odolbeau/phone-number-bundle

Integrates libphonenumber into your Symfony application

24910.3M11](/packages/odolbeau-phone-number-bundle)[dmishh/settings-bundle

Database centric Symfony configuration management. Global and per-user settings supported.

115254.9k1](/packages/dmishh-settings-bundle)[rewieer/taskschedulerbundle

Task Scheduler with CRON for Symfony

63242.1k](/packages/rewieer-taskschedulerbundle)

PHPackages © 2026

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