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

0.0.2 2017-02-12 11:37 UTC

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;