Skip to content

Releases: KnpLabs/php-github-api

Release 1.3.0

21 Aug 20:10
Compare
Choose a tag to compare

use the magic __call method for IDE completion

Release 1.2.7

31 Jul 23:07
Compare
Choose a tag to compare
Merge pull request #163 from cmfcmf/patch-1

Fixed error in cached HTTPClient - do not overwrite headers.

1.2.6 Release

01 Jul 12:11
Compare
Choose a tag to compare
Merge pull request #152 from KnpLabs/add-userapi-organizations-call

added User::organizations, to be able fetch user's organizations

1.2.5 Release

25 Jun 07:40
Compare
Choose a tag to compare
Merge pull request #148 from guillermoandrae/master

Added GitHub Enterprise classes, tests, and documentation.

1.2.4 Release

24 Jun 12:32
Compare
Choose a tag to compare
Merge pull request #136 from syphernl/patch-1

Allow to provide parameters for PullRequests list

1.2.3 Release

19 Jun 00:37
Compare
Choose a tag to compare

Add support for two factor authentication
Add documentation for two factor authentication
Add Meta API
Add documentation for Meta API

Release 1.2.2

02 Jun 03:57
Compare
Choose a tag to compare
Merge pull request #132 from guillermoandrae/master

Added the ability to list all users.

Release 1.2.1

05 Jan 04:14
Compare
Choose a tag to compare

Use ETag to decrease rate limit hits
Add file create, update and delete operations
Fix typos in readme in docs
Add missing methods to $client->api()
Add asset creation support

Migrate from Buzz to Guzzle

02 Nov 21:10
Compare
Choose a tag to compare

Main http client now is Guzzle, consider vendor update if want to use it.

php-github-api

01 Nov 14:15
Compare
Choose a tag to compare

before switching to Guzzle