monday-factory/reporter

dev-master 2019-01-23 16:56 UTC

This package is auto-updated.

Last update: 2024-04-21 01:35:55 UTC


README

Overview

Reporter is simple extension for sending user messages from application to support. Reporter is simple extensible and configurable. You can make Your custom templates, processors and service providers.

Installation

Download via composer

composer require monday-factory/reporter

Minimal configuration

Register extension

extensions:
	reporter: MondayFactory\Reporter\DI\ReporterExtension

Register senders

In this example is used reporter sender for Gitlab.


reporter:
	senders:
		gitlab:
			class: MondayFactory\ReporterSenderGitlab\Sender\GitlabSender
			config:
				url: https://gitlab.mondayfactory.cz
				token: ***
				username: johndoe
				projectId: 1