Drupal is a registered trademark of Dries Buytaert
Usage Milestone: jQuery UI TouchPunch Module jquery_ui_touch_punch crossed 1,000 active installs. Release: Database Info Schema 1.1.3 Minor update available for module database_info_schema (1.1.3). Release: GitLab for Helpdesk Integration 3.0.1 Minor update available for module helpdesk_gitlab (3.0.1). Release: Helpdesk Integration 3.0.1 Minor update available for module helpdesk_integration (3.0.1). Release: Yet another statistics module 2.2.2 Minor update available for module yasm (2.2.2). Release: Droopler 3.6.2 Minor update available for distribution droopler (3.6.2). Release: DiBa Integration 1.3.1 Minor update available for module diba_integration (1.3.1). Release: Yet another statistics module 2.2.1 Minor update available for module yasm (2.2.1). Release: Accessible File Manager 1.1.0 Minor update available for module accessible_file_manager (1.1.0). Module Revived: MaxLength 3.2.0 Module maxlength updated after 11 months of inactivity (3.2.0).

GitLab API v4

32 sites Security covered
View on drupal.org

This module allows your Drupal site to interact with GitLab instances using the GitLab API. It supports multiple GitLab server configurations and provides access to all API resources, enabling features like creating GitLab projects from webform submissions and using API methods within ECA models.

This module integrates to GitLab utilizing the GitLab API version 4.

All API resources are available through simple calls like

$api = \Drupal::service('gitlab_api.api');
$groups = $api->getClient()->groups();

to receive a list of all groups on a GitLab instance.

The module supports GitLab server profiles as config entities, so you can create as many you like and talk to all the GitLab instances that matter to you from within your Drupal site.

Beware, if you're using this together with Drupal's GitLab instance at git.drupalcode.org, you may have limited access due to restricted permissions, see Allow full access to Gitlab API (subject to user permission limits) for further details.

This module utilizes the GitLabPHP Client and dynamically provides all the methods, that are implemented there, to the API service of this module.

Full documentation of the GitLab API can be found at https://docs.gitlab.com/ee/api/api_resources.html

With the ECA GitLab API submodule, you can also leverage all API methods from within ECA models.

This module also comes with a webform handler plugin which allows you to create a new project from a webform submission.

Activity

Tracked releases
2
Tracked since
May 2026
Latest release
2 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
3.0.0-alpha1 Pre-release May 12, 2026
3.0.x-dev Dev May 6, 2026