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();