PHP code example of tasker / tasker-concat-files

1. Go to this page and download the library: Download tasker/tasker-concat-files 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/ */

    

tasker / tasker-concat-files example snippets


	

	r = new \Tasker\Tasker();
	$tasker->addConfig(__DIR__ . '/../config/tasker.json')
		->registerTask(new \Tasker\Concat\ConcatFilesTask);
	$tasker->run();