gianarb/version-module

This package is abandoned and no longer maintained. No replacement package was suggested.

sebastianbergmann/version integration in ZF2

Fund package maintenance!
gianarb

0.0.1 2015-03-16 22:44 UTC

This package is auto-updated.

Last update: 2021-03-15 09:16:13 UTC


README

Sebastion\Version integration in ZF2

Sebastian\Version

Version is a library that helps with managing the version number of Git-hosted PHP projects.

Getting Started

Do you use git release in your project?! Awesome!

Now you can resume this information with $this->getServiceLocator()->get("Config")['version']

ViewHelper

Would you manage version of your static assets? Would you print application's version in the footer of your site?

You can use the view helper

$this->getVersion();

Install

composer require gianarb/version-module

Tests

vendor/bin/phpunit