PHPackages                             robertboloc/rbversion - 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. robertboloc/rbversion

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

robertboloc/rbversion
=====================

App versioning for Zend Framework 2 applications

11PHP

Since Jul 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/robertboloc/RbVersion)[ Packagist](https://packagist.org/packages/robertboloc/rbversion)[ RSS](/packages/robertboloc-rbversion/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

RbVersion
=========

[](#rbversion)

[![Build Status](https://camo.githubusercontent.com/3ab9bbf2dd860a4ce69e34dc559a8208f474752271ecf1d80fed1ff0cc6f0751/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726f62657274626f6c6f632f526256657273696f6e2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/robertboloc/RbVersion/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/31e140d3da7a3bed95a5d356a16d9a6d6cb554f0e14c6566784f5241d6dbd46a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726f62657274626f6c6f632f526256657273696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/robertboloc/RbVersion/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/d29eb09da3d82eb8ed4f7c61041c63c56b51fa228fa1ee79c5299e97c5d9cbe3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726f62657274626f6c6f632f526256657273696f6e2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/robertboloc/RbVersion/?branch=master)

Application versioning for Zend Framework 2.

Table of contents
-----------------

[](#table-of-contents)

- [About](#about)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Roadmap](#roadmap)

About
-----

[](#about)

Use this module to integrate the application versioning into your development practices. It allows propagating the application version without changing multiple files with every release.

**Use case**:

By appending the version number to your stylesheets and javascript include calls, you can make sure that the user always gets the version you intended (and not an old cached one).

```
