tripleviewtech / github-api
Contains Github API classes to be used in your project.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/tripleviewtech/github-api
Requires
- symfony/dotenv: ^6.0
This package is auto-updated.
Last update: 2025-12-29 04:07:30 UTC
README
To start using this library, kindly follow below steps:
- clone repository into your local
- rename .env-sample to .env
- replace variables in .env with actual values
use below line to use this library:
- use app\GitHubClient;
then, create object of GitHubClient as below and use.
- $objGithubClient = new GitHubClient();