1. Go to this page and download the library: Download eusouomichel/php-commit 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/ */
eusouomichel / php-commit example snippets
bash
composer
bash
php vendor/bin/commit init
bash
php vendor/bin/commit init
bash
php vendor/bin/commit message
bash
php vendor/bin/commit message --wip
bash
php vendor/bin/commit message
bash
alias commit-msg="php vendor/bin/commit message"
alias commit-wip="php vendor/bin/commit message --wip"
bash
php vendor/bin/commit message --wip
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.