lexasoft/phpci-telegram-plugin

PHPCI plugin for Telegram

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/lexasoft/phpci-telegram-plugin

1.1 2017-01-05 09:26 UTC

This package is auto-updated.

Last update: 2025-12-24 02:54:31 UTC


README

SensioLabsInsight

Codacy Badge

PHPCI-Telegram-Plugin

Telegram plugin for PHPCI

Installation

First of all - composer require lexasoft/phpci-telegram-plugin

Add to project

In the PHPCI Project config section add the Telegram trigger

complete:
    telegram:
        api_key: "<YOUR_BOT_TOKEN_HERE>"
        message: [%ICON_BUILD%] [%PROJECT_TITLE%](%PROJECT_URI%) - [Build #%BUILD%](%BUILD_URI%) has finished for commit [%SHORT_COMMIT% (%COMMIT_EMAIL%)](%COMMIT_URI%) on branch [%BRANCH%](%BRANCH_URI%)
        recipients:
            - <user id>
            - "-<group id>"
            - "@<channel id>"
        send_log: true