chaplean/gitlab-client-bundle

Gitlab Client Bundle

Installs: 121

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:gitlab-client-bundle

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

This package is auto-updated.

Last update: 2024-03-28 11:48:47 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()