Client icon indicating copy to clipboard operation
Client copied to clipboard

GitLab API v4 client for PHP

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

This pull request propose you to add the missing REST API client proxy for project push rule. Related documentation: https://docs.gitlab.com/api/project_push_rules/

stale

👋 Thank you for this awesome project! I'm currently using it to automatize creation and settings of GitLab projects, and I noticed that some REST API endpoints were not avaiable...

stale

This pull request propose you to add a way to update a deploy key assigned to a project. Current methods can be used to list, add, enable, disable or delete...

stale

# Support Merge Request Dependencies API ## 🎯 Overview Add comprehensive support for GitLab's Merge Request Dependencies API, enabling developers to manage blocking relationships between merge requests programmatically. ## ✨...

stale

Add all parameters defined in the GitLab docs to the show group API call. See docs: https://docs.gitlab.com/api/groups/#get-a-single-group

stale

Reference: [docs.gitlab.com/ee/api/project_forks.html#fork-a-project](https://docs.gitlab.com/ee/api/project_forks.html#fork-a-project) This is just a rebase of #820 for the 12.0 branch

stale

Hi! symfony 8 was released a week ago, this package uses the OptionsResolver component and from the changelog it looks safe to add support for it. Only change is https://github.com/symfony/symfony/blob/8.1/UPGRADE-8.0.md#optionsresolver...

Would be nice if this gets added :) Related PR: https://github.com/GitLabPHP/Client/pull/845