php-github-api
php-github-api copied to clipboard
A simple PHP GitHub API client, Object Oriented, tested and documented.
Results
61
php-github-api issues
Sort by
recently updated
recently updated
newest added
This type of thing could/should work too. ```php $response = $pager->fetchAll($this->client->graphql(), 'execute', [ 'query' => 'query ($login: String!, $perPage: Int!) { user(login: $login) { repositories(first: $perPage, orderBy: {field: UPDATED_AT, direction:...