Client
Client copied to clipboard
GitLab API v4 client for PHP
Support custom gitlab installations with url like host/some/path/to/gitlab
User can create release with diferent name
Hi there, I've made some improvements to the GitLab library: 1. Moved Releases API calls to their own dedicated file. 1. Separated Releases requests from Tags. I've also copied over...
Fixes #766
I had the same Idea as @coqmos in https://github.com/GitLabPHP/Client/pull/759 and since I had already some code I took also the liberty to add jira to my needed MS Teams integration....
The functions for creating GitLab releases are still using v3 Endpoints of the GitLab API which aren't available for instances running GitLab (>= 9.0). I propose that the functions are...
It seems not to be possible to configure proxy settings when initializing a new client. It is possible for the used HTTP client (guzzle6 in my case), but I don't...
Gitlab supports GraphQL: https://docs.gitlab.com/ee/api/graphql/ Github equivalent of this feature in the respective PHP SDK: https://github.com/KnpLabs/php-github-api/blob/master/lib/Github/Api/GraphQL.php