PHP code example of bcsingh50 / thanos-php
1. Go to this page and download the library: Download bcsingh50/thanos-php 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/ */
bcsingh50 / thanos-php example snippets
bash
composer bash
ob_start(); // optional to see output.
$gauntlet->snap($path, $dryRun, $withGauntlet);
$output = ob_get_clean();
echo $output;