salamek/nette-gitlab

This is a simple gitlab integration into Nette Framework

Installs: 73

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/salamek/nette-gitlab

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

This package is auto-updated.

Last update: 2025-09-22 19:45:32 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