1. Go to this page and download the library: Download droath/robo-github 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/ */
// The GitHub issue number.
$number = 6;
// The GitHub user name to assign the issue too.
$assignee = 'droath';
$response = $this->taskGitHubIssueAssignees('OJuJcqaYiX5uL72Ky')
->setAccount('droath')
->setRepository('robo-github')
->number($number)
->addAssignee($assignee)
->run();