chaplean / gitlab-client-bundle
Gitlab Client Bundle
Installs: 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:gitlab-client-bundle
Requires
- php: >=7.0.8
- chaplean/api-client-bundle: ^1.0
- symfony/config: ^2.8 || ^3.0 || ^4.0
- symfony/console: ^2.8 || ^3.0 || ^4.0
- symfony/dependency-injection: ^2.8 || ^3.0 || ^4.0
- symfony/yaml: ^2.8 || ^3.0 || ^4.0
Requires (Dev)
- chaplean/coding-standard: ^1.1
- mockery/mockery: ^1.0
- phpunit/phpunit: ^7.0
- symfony/http-kernel: ^2.8 || ^3.0 || ^4.0
- symfony/var-dumper: ^2.8 || ^3.0 || ^4.0
This package is auto-updated.
Last update: 2024-10-28 12:58:35 UTC
README
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()