PHP code example of williamug / versioning

1. Go to this page and download the library: Download williamug/versioning 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/ */

    

williamug / versioning example snippets




// after requiring the function file you can now use the app_versioning() function to display the version of your application
app_versioning();
//v1.0.0

Williamug\Versioning\Versioning::tag()
// v1.0.0