PHP code example of coquibot / coqui-toolkit-git
1. Go to this page and download the library: Download coquibot/coqui-toolkit-git 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/ */
coquibot / coqui-toolkit-git example snippets
git_status(short: true)
git_diff(scope: "working")
git_stage(action: "add", files: "src/Handler.php src/Router.php")
git_commit(message: "fix: handle null response in router")