gianarb / version-module
sebastianbergmann/version integration in ZF2
Fund package maintenance!
gianarb
Requires
- sebastian/version: ~1.0
Requires (Dev)
- phpunit/phpunit: ~4.5
- zendframework/zendframework: ~2.3
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