PHPackages                             ove/thesaurus-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. ove/thesaurus-bundle

ActiveLibrary

ove/thesaurus-bundle
====================

OVE - Bundle Symfony Thesaurus

012JavaScript

Since Apr 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tonygalmiche/ThesaurusBundle)[ Packagist](https://packagist.org/packages/ove/thesaurus-bundle)[ RSS](/packages/ove-thesaurus-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

OVE - Bundle Symfony Thésaurus
==============================

[](#ove---bundle-symfony-thésaurus)

Fonctionnalités
---------------

[](#fonctionnalités)

Application pour gérer des thésaurus et utilisable via des webservices

L'application elle-même utilise ses propres webservices pour consulter et gérer ses thésaurus

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

[](#pré-requis)

Installer Symfony et le Bundle d'authentification :

-

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

[](#installation)

Ajouter cette lige

Ajouter cette ligne dans la section require de composer.json :

cd symfony vim composer.json "require": { ... "ove/thesaurus-bundle": "dev-master"

Installer le Bundle avec composer :

```
composer.phar update

```

Activer le Bundle en ajoutant cette ligne dans l'array des bundle :

vim app/AppKernel.php $bundles = array( ... new OVE\\ThesaurusBundle\\OVEThesaurusBundle(),

Mettre en place les assets :

```
php app/console assets:install web --symlink

```

Initialiser les tables de la base de données :

```
php app/console doctrine:schema:update --dump-sql
php app/console doctrine:schema:update --force

```

Mettre en place le routage :

```
vim app/config/routing.yml
ove_thesaurus:
    resource: "@OVEThesaurusBundle/Resources/config/routing.yml"
    prefix:   /

```

Vérifier le fonctionnement du routage :

```
php app/console router:debug

```

Vider le cache :

```
app/console cache:clear

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f205551d91f05aa55597e2a54db6300d441b706f9092a769f7b1674036d22c54?d=identicon)[tony.galmiche](/maintainers/tony.galmiche)

---

Top Contributors

[![tonygalmiche](https://avatars.githubusercontent.com/u/150344?v=4)](https://github.com/tonygalmiche "tonygalmiche (6 commits)")

### Embed Badge

![Health badge](/badges/ove-thesaurus-bundle/health.svg)

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

PHPackages © 2026

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