christopher-paul-shaw/githubrepocache

There is no license information available for the latest version (0.0.2) of this package.

Retrieving and caching of a users publig github repositories

0.0.2 2019-02-22 11:25 UTC

This package is auto-updated.

Last update: 2024-04-15 00:59:56 UTC


README

Simple class to download and cache the public visible github repositories by username.

Usage

$github = new GitHubRepoCache('username');
$repos = $repos->getRepos();

Test

As features are added, there will be new tests to prove they work as intended. You can run the tests yourself using the following command.

vendor/bin/phpunit test