Client
Client copied to clipboard
GitLab API v4 client for PHP
This fix adds the missing source parameter to the pipelines api. https://docs.gitlab.com/ee/api/pipelines.html#list-project-pipelines
Added options to user lookup functions: - "with_custom_attributes" (true|false) to also get users custom attributes in resulting array - "custom_attributes" can contain an array of custom attributes to lookup users...
add support for Projects::patchProtectedBranches (https://docs.gitlab.com/ee/api/protected_branches.html#require-code-owner-approvals-for-a-single-branch)
The [Advanced Search API](https://docs.gitlab.com/ee/api/search.html#advanced-search-api) can be called as follows: `(GET) /search` Attribute | Type | Required | Description -- | -- | -- | -- scope | string | yes...
Hi, I can download the latest repo without problems, but there is no endpoint, to download release archives or branch archives. Is there any plan, to implement this feature or...
Change release management endpoints according to this doc https://docs.gitlab.com/ee/api/releases/. Current one not working on version 15.3.1
May I ask you when it will be released version 11.9? Thanks
ResultPager functions as expected unless I try to pass an array of parameters to `fetchAll()`. Using PHP 7.4.33 and m4tthumphrey/php-gitlab-api version 11.13.0. This works as-expected: ``` $pager = new ResultPager($client);...
Closes #796
Currently, there is no class to help with https://docs.gitlab.com/ee/api/personal_access_tokens.html#list-personal-access-tokens endpoints. It'd be great if one is added.