php-github-api icon indicating copy to clipboard operation
php-github-api copied to clipboard

A simple PHP GitHub API client, Object Oriented, tested and documented.

Results 58 php-github-api issues
Sort by recently updated
recently updated
newest added

Since we cannot use `setPerPage()` in 3.0, we need to be able to specify the `per_page` parameter without using a pager.

I think this API is missing: https://developer.github.com/v3/repos/#enable-vulnerability-alerts Would be cool to implement it.

feature-request

On 30+ places we have code like this: ```php if (!in_array($state, array('open', 'closed'))) { $state = 'open'; } ``` If the user misspelled the `$state` we should not help them....

enhancement

Just wanted to drop https://developer.github.com/changes/2017-03-29-official-org-membership/

feature-request
good first issue

Something like this would come in handy: ```php

feature-request
good first issue

I have projects (user, not organization) and use the project automation to move new issues to projects but I want to automate from my code as well , creating issues...

Not sure if this is a bug or something which should be added to the documentation. When caching requests the cache key is based on a couple of request headers...

I have some code like below but it appears to be dropping the `Accept` header for the preview of projects endpoint when trying to paginate. Is there some other way...

The default value for these configure methods are incorrect per the GitHub API documentation https://developer.github.com/v3/media/#comment-body-properties Submitted for consideration with the 3.0 release

bug
enhancement

See https://developer.github.com/changes/2020-02-26-new-delete-reactions-endpoints/

feature-request