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 today

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 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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

826d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46128985?v=4)[3S.Lab](/maintainers/3slab)[@3slab](https://github.com/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

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

32642.2k24](/packages/symfony-ai-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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