PHP code example of kojiro526 / php-checklist

1. Go to this page and download the library: Download kojiro526/php-checklist 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/ */

    

kojiro526 / php-checklist example snippets


$ git clone https://github.com/kojiro526/php-checklist.git
$ cd php-checklist
$ composer install --no-dev
$ php -q ./bin/checklist-php.php --help

$ composer global -help

$ git clone https://github.com/kojiro526/php-checklist.git
$ cd php-checklist
$ docker build -t kojiro526/php-checklist .
$ docker run --rm kojiro526/php-checklist checklist-php --help

$ php -q ./bin/checklist-php -i SOURCE_DIR_PATH -o OUTPUT_FILE