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

Maintainers

Package info

github.com/christopher-paul-shaw/GitHubRepoCache

pkg:composer/christopher-paul-shaw/githubrepocache

Statistics

Installs: 34

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.2 2019-02-22 11:25 UTC

This package is auto-updated.

Last update: 2026-02-15 04:55:39 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