PHPackages                             zeichen32/gitlabapibundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. zeichen32/gitlabapibundle

ActiveSymfony-bundle[API Development](/categories/api)

zeichen32/gitlabapibundle
=========================

Symfony Bundle to include the gitlab api.

v7.2.0(3mo ago)57417.0k↑26.8%16[1 issues](https://github.com/Zeichen32/GitLabApiBundle/issues)2MITPHPPHP ^7.2||^8.0

Since Feb 25Pushed 3mo ago4 watchersCompare

[ Source](https://github.com/Zeichen32/GitLabApiBundle)[ Packagist](https://packagist.org/packages/zeichen32/gitlabapibundle)[ Docs](https://github.com/Zeichen32/GitLabApiBundle)[ RSS](/packages/zeichen32-gitlabapibundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (31)Used By (2)

Getting Started With Zeichen32GitLabApiBundle
=============================================

[](#getting-started-with-zeichen32gitlabapibundle)

This Bundle integrates the [GitLab PHP API Client](https://github.com/GitLabPHP/Client) into your Symfony Project.

### Step 1: Install Zeichen32GitLabApiBundle

[](#step-1-install-zeichen32gitlabapibundle)

The preferred way to install this bundle is to rely on [Composer](https://packagist.org/packages/zeichen32/gitlabapibundle).

```
{
    "require": {
        // ...
        "guzzlehttp/guzzle:^7.9.2",  // Optional PSR Client, if you dont want to use the symfony http client
        "zeichen32/gitlabapibundle": "~7.0"
    }
}
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Finally, enable the bundle in the kernel:

```
