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

v1.0.2 2023-02-03 05:44 UTC

This package is auto-updated.

Last update: 2025-12-29 04:07:30 UTC


README

To start using this library, kindly follow below steps:

  1. clone repository into your local
  2. rename .env-sample to .env
  3. replace variables in .env with actual values

use below line to use this library:

  1. use app\GitHubClient;

then, create object of GitHubClient as below and use.

  1. $objGithubClient = new GitHubClient();