An open API service indexing awesome lists of open source software.

https://github.com/gianarb/zf2-version-module

Sebastin\Version integration in ZF2
https://github.com/gianarb/zf2-version-module

Last synced: about 1 year ago
JSON representation

Sebastin\Version integration in ZF2

Awesome Lists containing this project

README

          

# VersionModule
[Sebastion\Version](https://github.com/sebastianbergmann/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
```php
$this->getVersion();
```

## Install
` composer require gianarb/version-module`

## Tests
`vendor/bin/phpunit`