User repositories
Get the details of the repositories associated with an individual or team account.
Get a list of repositories visible to an account:
$user->repositories()->get();
Get a list of repositories the account is following:
$user->repositories()->overview();
Get the list of repositories on the dashboard:
$user->repositories()->dashboard();