PHPackages                             3slab/vdm-version-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. 3slab/vdm-version-bundle

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

3slab/vdm-version-bundle
========================

Provides a simple and standardized way to expose application version in a route

1.1.0(2y ago)01.0kproprietaryPHPPHP &gt;=7.2

Since Jun 2Pushed 2y ago2 watchersCompare

[ Source](https://github.com/3slab/VdmVersionBundle)[ Packagist](https://packagist.org/packages/3slab/vdm-version-bundle)[ RSS](/packages/3slab-vdm-version-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

VdmVersionBundle
================

[](#vdmversionbundle)

[![Build Status](https://camo.githubusercontent.com/ef42474979eedc917a7a5d08332b0684a1a938d779ba0c2a14daf632c0301480/68747470733a2f2f7472617669732d63692e636f6d2f33736c61622f56646d56657273696f6e42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/3slab/VdmVersionBundle)

This bundle provides a simple and standardized way to expose application version in a route.

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

[](#installation)

```
composer require 3slab/vdm-version-bundle
```

And load the routes in `routing.yml` :

```
vdm_version:
  resource: "@VdmVersionBundle/Resources/config/routing.yml"
  prefix:   /
```

Configuration
-------------

[](#configuration)

Put your configuration in `config/packages/vdm_version.yaml` file. This is the default :

```
vdm_version:
  secret: ~
  path: /version
  versions: ~
```

ParameterDefaultDescription`vdm_version.secret``null`if set, you need to provide the secret as a GET parameter `secret` or in theheader `VDM-Version-Secret` to get the detailed result of the versions in the response body.`vdm_version.path``/version`Change the path of the version endpoint.`vdm_version.versions`see belowConfigure the versions of the different services of your appYou configure the versions of the different services of your app by providing an array where the keys are the services names and the values the versions names.

```
vdm_version:
  versions:
    frontend: '1.0'
    backend: '1.1'
```

When querying the `/version` endpoint, it returns the following response :

```
{"frontend":"1.0","backend":"1.1"}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~1030 days

Total

2

Last Release

781d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c22c6eb06bd9de96a2a9391672ce4fee607a63c08c635b539dba8667be570f7?d=identicon)[3slab](/maintainers/3slab)

---

Top Contributors

[![jbouzekri](https://avatars.githubusercontent.com/u/880996?v=4)](https://github.com/jbouzekri "jbouzekri (2 commits)")[![angelfs](https://avatars.githubusercontent.com/u/7326299?v=4)](https://github.com/angelfs "angelfs (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/3slab-vdm-version-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/3slab-vdm-version-bundle/health.svg)](https://phpackages.com/packages/3slab-vdm-version-bundle)
```

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[sylius/taxonomy-bundle

Flexible categorization system for Symfony.

26388.2k7](/packages/sylius-taxonomy-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[sylius/addressing-bundle

Addressing and zone management for Symfony applications.

33221.4k3](/packages/sylius-addressing-bundle)[sylius/inventory-bundle

Flexible inventory management for Symfony applications.

19176.7k4](/packages/sylius-inventory-bundle)

PHPackages © 2026

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