PHP code example of kduma / git-flow-tool
1. Go to this page and download the library: Download kduma/git-flow-tool library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
kduma / git-flow-tool example snippets
json
{
"versionProvider": "php-array?filename=config/app.php&key=version",
"gitFlow": "branch[develop]=develop&branch[master]=main&prefix[feature]=feature/&prefix[release]=release/&prefix[hotfix]=hotfix/&prefix[support]=support/&prefix[versionTag]=v&suffix[versionTag]=-src",
"git": "author[name]=BOT&author[email]=bot@localhost"
}