gianarb / version-module
sebastianbergmann/version integration in ZF2
Fund package maintenance!
gianarb
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/gianarb/version-module
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