PHPackages                             gianarb/corley-version - 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. gianarb/corley-version

Abandoned → [gianarb/corley-version](/?search=gianarb%2Fcorley-version)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

gianarb/corley-version
======================

Manage version and bump in your ZF2 application

0.0.3(11y ago)2632MITPHP

Since Oct 7Pushed 11y agoCompare

[ Source](https://github.com/gianarb/corley-version-module)[ Packagist](https://packagist.org/packages/gianarb/corley-version)[ RSS](/packages/gianarb-corley-version/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (6)Used By (0)

Manage version bump in your [Zend Framework](https://github.com/zendframework/zf2) Application

- Master Travis-CI: [![Build Status](https://camo.githubusercontent.com/352f9624148ddffc229e786043bd4ca097b76b3432ed90a47622a984a8f2b9be/68747470733a2f2f7472617669732d63692e6f72672f6769616e6172622f636f726c65792d76657273696f6e2d6d6f64756c652e737667)](https://travis-ci.org/gianarb/corley-version-module)

Console Command
---------------

[](#console-command)

```
php index.php version-show
```

Return current version

```
php index.php version-bump 0.0.1
```

Bump version 0.0.1

- Write or edit VERSION file
- Add version node in your global.php configuration file

View Helper
-----------

[](#view-helper)

You can use `$this->version()` to append the version number in your static resources

```

    ...
