PHP code example of koderzi / php-github-updater
1. Go to this page and download the library: Download koderzi/php-github-updater 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/ */
koderzi / php-github-updater example snippets
composer
$sourceExclusions = [
'path' => an array of source excluded paths,
'filename' => an array of source excluded filenames
]
$releaseExclusions = [
'path' => an array of release excluded paths,
'filename' => an array of release excluded filenames
]