tripleviewtech/github-api

Contains Github API classes to be used in your project.

Maintainers

Package info

github.com/TripleviewTech/github-api

pkg:composer/tripleviewtech/github-api

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:40:24 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();