PHP code example of nhn-edu / team-task-collector

1. Go to this page and download the library: Download nhn-edu/team-task-collector 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/ */

    

nhn-edu / team-task-collector example snippets




hnEdu\TeamTaskCollector\TaskCollector;

$collector = new TaskCollector('config.json');

$collector->run();