Client icon indicating copy to clipboard operation
Client copied to clipboard

GitLab API v4 client for PHP

Results 70 Client issues
Sort by recently updated
recently updated
newest added

Support custom gitlab installations with url like host/some/path/to/gitlab

on-hold

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...

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