chaplean/gitlab-client-bundle

Gitlab Client Bundle

Maintainers

Package info

github.com/chaplean/gitlab-client-bundle

Type:gitlab-client-bundle

pkg:composer/chaplean/gitlab-client-bundle

Statistics

Installs: 128

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.0 2019-02-07 17:15 UTC

This package is auto-updated.

Last update: 2026-02-28 15:47:40 UTC


README

build status build status

Prerequisites

This version of the bundle requires Symfony 2.8+.

Installation

1. Composer

composer require chaplean/gitlab-client-bundle

2. AppKernel.php

Add

new Chaplean\Bundle\GitlabClientBundle\ChapleanGitlabClientBundle(),

Configuration

1. config.yml

imports:
    - { resource: '@ChapleanGitlabClientBundle/Resources/config/config.yml' }

2. paramters.yml

chaplean_gitlab_client.url: 'your gitlab url'
chaplean_gitlab_client.token: 'your access token'

#Available functions:

  • getPipeline()
  • getArtifacts()
  • getCommits()