tripleviewtech / github-api
Contains Github API classes to be used in your project.
v1.0.2
2023-02-03 05:44 UTC
Requires
- symfony/dotenv: ^6.0
This package is auto-updated.
Last update: 2026-03-01 00:40:24 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();