Registry / http-client / knplabs-github-api

knplabs-github-api

JSON →
library3.16.0phppackagistunverified

GitHub API v3 client

composer require knplabs/github-api
INSTALL
IMPORT
SIG · KNPLABS-GITHUB-API
K
knplabs-github-api
http-clientphpv3.16.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use Github\Client;

List all repositories for the authenticated user

use Github\Client; $client = new Client(); $repos = $client->api('repo')->all();
Debug
Known issues
breakingAPI v3 is being deprecated by GitHub in favor of v4 (GraphQL)
fix
Consider using the GraphQL API or migrate to v4
affects: >=3.0.0
Upgrade
Version history
3.16.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Resources
knplabs-github-api — pip install knplabs-github-api · libregistry