Releases: KnpLabs/php-github-api
Releases · KnpLabs/php-github-api
1.4.0: Merge pull request #186 from wittiws/master
- Add search API
- Add commits endpoint for Gists
- Added ManagementConsole API
Release 1.3.1
Fix docblocks spacing and case
Release 1.3.0
use the magic __call method for IDE completion
Release 1.2.7
Merge pull request #163 from cmfcmf/patch-1 Fixed error in cached HTTPClient - do not overwrite headers.
1.2.6 Release
Merge pull request #152 from KnpLabs/add-userapi-organizations-call added User::organizations, to be able fetch user's organizations
1.2.5 Release
Merge pull request #148 from guillermoandrae/master Added GitHub Enterprise classes, tests, and documentation.
1.2.4 Release
Merge pull request #136 from syphernl/patch-1 Allow to provide parameters for PullRequests list
1.2.3 Release
Add support for two factor authentication
Add documentation for two factor authentication
Add Meta API
Add documentation for Meta API
Release 1.2.2
Merge pull request #132 from guillermoandrae/master Added the ability to list all users.
Release 1.2.1
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