christopher-paul-shaw / githubrepocache
Retrieving and caching of a users publig github repositories
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/christopher-paul-shaw/githubrepocache
Requires
- php: ^7.1
- christopher-paul-shaw/datacache: 0.0.2
Requires (Dev)
- phpunit/phpunit: ^6.3
This package is auto-updated.
Last update: 2025-09-15 03:56:19 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