https://github.com/chaplean/gitlab-client-bundle
https://github.com/chaplean/gitlab-client-bundle
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaplean/gitlab-client-bundle
- Owner: chaplean
- Created: 2019-07-05T15:14:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T15:16:09.000Z (about 6 years ago)
- Last Synced: 2025-02-14T01:17:39.421Z (5 months ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started With ChapleanGitlabClientBundle
[](https://git.chaplean.coop/open-source/bundle/gitlab-client-bundle/commits/master)
[](https://git.chaplean.coop/open-source/bundle/gitlab-client-bundle/commits/master)# Prerequisites
This version of the bundle requires Symfony 2.8+.
# Installation
## 1. Composer
```bash
composer require chaplean/gitlab-client-bundle
```## 2. AppKernel.php
Add
```php
new Chaplean\Bundle\GitlabClientBundle\ChapleanGitlabClientBundle(),
```# Configuration
## 1. config.yml
```yml
imports:
- { resource: '@ChapleanGitlabClientBundle/Resources/config/config.yml' }
```## 2. paramters.yml
```yml
chaplean_gitlab_client.url: 'your gitlab url'
chaplean_gitlab_client.token: 'your access token'
```#Available functions:
* getPipeline()
* getArtifacts()
* getCommits()