This version of the bundle requires Symfony 2.8+.
composer require chaplean/gitlab-client-bundle
Add
new Chaplean\Bundle\GitlabClientBundle\ChapleanGitlabClientBundle(),
imports:
- { resource: '@ChapleanGitlabClientBundle/Resources/config/config.yml' }
chaplean_gitlab_client.url: 'your gitlab url'
chaplean_gitlab_client.token: 'your access token'
#Available functions:
- getPipeline()
- getArtifacts()
- getCommits()