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
Requires
- php: ^7.1
- christopher-paul-shaw/datacache: 0.0.2
Requires (Dev)
- phpunit/phpunit: ^6.3
This package is auto-updated.
Last update: 2024-11-15 02:24:01 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