PHP code example of bk2k / extension-helper

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

    

bk2k / extension-helper example snippets


$ php bin/extension-helper release:create <next version number>
$ php bin/extension-helper release:create 1.0.0

$ php bin/extension-helper changelog:create <next version number>
$ php bin/extension-helper changelog:create 1.0.0

$ php bin/extension-helper version:set <next version number> --dev