Client
Client copied to clipboard
GitLab API v4 client for PHP
* Options resolver
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/
👋 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...
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...
# 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. ## ✨...
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
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
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