glevolod / versioning-bundle
Bundle for control version of your application
Package info
github.com/glevolod/versioning-bundle
Type:symfony-bundle
pkg:composer/glevolod/versioning-bundle
0.0.2
2017-02-12 11:37 UTC
Requires
- symfony/framework-bundle: >=2.8
This package is not auto-updated.
Last update: 2026-03-15 08:43:27 UTC
README
Helps to control version of project in development state.
Bundle adds 'glevolod_versioning.service' service in application with public methods witch return you some information from current git storage.
Features:
- get current branch;
- get tag of current commit;
- get timestamp of current commit;
- get short and full hash of current commit;