knplabs/github-api
Lightweight, well-tested PHP wrapper for GitHub APIs v3 (REST) and v4 (GraphQL). PSR-17/PSR-18 compatible via HTTPlug, with easy setup using Guzzle, Symfony HttpClient, or other PSR clients. Supports framework integrations (Laravel via graham-campbell/github).
Wrap GitHub Meta API.
$service = $client->api('meta')->service();
return
array(3) {
'verifiable_password_authentication' => bool
'hooks' =>
array(1) {
[0] =>
string(15) "127.0.0.1/22"
}
'git' =>
array(1) {
[0] =>
string(15) "127.0.0.1/22"
}
}
How can I help you explore Laravel packages today?