Download the PHP package misodrobny/application-versioning without Composer
On this page you can find all versions of the php package misodrobny/application-versioning. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download misodrobny/application-versioning
More information about misodrobny/application-versioning
Files in misodrobny/application-versioning
Package application-versioning
Short Description Laravel package for application versioning in your application with ease.
License MIT
Homepage https://github.com/misodrobny/application-versioning
Informations about the package application-versioning
This is my package Application versioning
This package will help to manage version of your application. It will create version.yaml file in root of your project and you can manage version of your application in this file.
For more about application versioning please follow Semantic Versioning
Installation
You can install the package via composer:
After installation, you need to run install script which will publish config file and create default version.yaml file.
This is the contents of the published config file:
Initial formated version has following structure:
$git_hash
contains 7 characters long GIT HASH from current git commit.
Usage
For getting version of your application you can use facade ApplicationVersion
To increase version of your application you can use following methods:
It is also possible to run
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Michal Drobny
- All Contributors
License
The MIT License (MIT). Please see License File for more information.