salamek/nette-gitlab

This is a simple gitlab integration into Nette Framework

v1.0.2 2018-08-27 01:28 UTC

This package is auto-updated.

Last update: 2024-04-22 15:49:45 UTC


README

This is a simple integration of gitlab into Nette Framework

Instalation

The best way to install salamek/nette-gitlab is using Composer:

$ composer require salamek/nette-gitlab:@dev

Then you have to register extension in config.neon.

extensions:
	gitlab: Salamek\Gitlab\DI\GitlabExtension

gitlab:
    gitlabUrl: https://gitlab.com/api/v3
    gitlabToken: GITLAB_TOKEN
    projectPath: PATH_TO_YOUR_PROJECT