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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ove/procedures-bundle
=====================

OVE - Bundle Symfony Manuel de Procedures

09JavaScript

Since May 14Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tonygalmiche/ProceduresBundle)[ Packagist](https://packagist.org/packages/ove/procedures-bundle)[ RSS](/packages/ove-procedures-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

OVE - Bundle Symfony Manuel de Procedures
=========================================

[](#ove---bundle-symfony-manuel-de-procedures)

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

[](#fonctionnalités)

- Manuel de procedures

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

[](#installation)

- Il faut commencer par installer Symfony et le module d'authentification comme expliqué ici :

Ajout des dépendances :

```
vim composer.json

"require": {
     ...
    "egeloen/ckeditor-bundle": "~2.0",
    "punkave/symfony2-file-uploader-bundle": "dev-master",
    "ove/authentification-bundle": "dev-master",
    "ove/procedures-bundle": "dev-master"

```

Installation :

```
composer.phar update

```

Activation des nouveaux modules :

```
vim app/AppKernel.php
    $bundles = array(
       ...
       new Ivory\CKEditorBundle\IvoryCKEditorBundle(),
       new PunkAve\FileUploaderBundle\PunkAveFileUploaderBundle(),
       new OVE\ProceduresBundle\OVEProceduresBundle(),

```

Mise en place de la configuration :

```
cp vendor/ove/procedures-bundle/OVE/ProceduresBundle/Resources/doc/ove_procedures.yml app/config/
vim app/config/config.yml
imports:
    ...
    - { resource: ove_procedures.yml }

```

Mise à jour de la base de données :

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

```

Mise en place du routage :

```
vim app/config/routing.yml
ove_procedures:
    resource: "@OVEProceduresBundle/Resources/config/routing.yml"
    prefix:   /

```

Vérification du routage :

```
php app/console router:debug

```

Création des répertoire d'upload :

```
mkdir web/uploads
mkdir web/uploads/manuel
chown -R tony.galmiche:www-data web/uploads
chmod -R 770 web/uploads

```

Vider le cache

```
app/console cache:clear

```

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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 (8 commits)")

### Embed Badge

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

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

###  Alternatives

[owebia/magento2-module-advanced-shipping

N/A

92856.2k2](/packages/owebia-magento2-module-advanced-shipping)[workerman/statistics

3512.8k](/packages/workerman-statistics)[ivanovsaleksejs/num-to-text

Converts numbers or prices to text representation in various languages. For example, 437605 becomes "four hundred thirty seven thousand six hundred five". Price class for displaying prices with currencies is also available.

2017.3k](/packages/ivanovsaleksejs-num-to-text)[workerman/stomp

1010.9k6](/packages/workerman-stomp)

PHPackages © 2026

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