Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaplean/gitlab-client-bundle
https://github.com/chaplean/gitlab-client-bundle
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaplean/gitlab-client-bundle
- Owner: chaplean
- Created: 2019-07-05T15:14:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T15:16:09.000Z (over 5 years ago)
- Last Synced: 2024-11-18T07:47:58.905Z (about 2 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
[![build status](https://git.chaplean.coop/open-source/bundle/gitlab-client-bundle/badges/master/build.svg)](https://git.chaplean.coop/open-source/bundle/gitlab-client-bundle/commits/master)
[![build status](https://git.chaplean.coop/open-source/bundle/gitlab-client-bundle/badges/master/coverage.svg)](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()