glevolod / versioning-bundle
Bundle for control version of your application
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- symfony/framework-bundle: >=2.8
This package is not auto-updated.
Last update: 2025-06-08 05:07:49 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;