erp-mgroen/php-censor-telegram-plugin

PHP Censor plugin for Telegram

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 6

Type:php-censor-plugin

pkg:composer/erp-mgroen/php-censor-telegram-plugin

1.0.3 2017-12-07 15:52 UTC

This package is auto-updated.

Last update: 2025-10-06 11:58:12 UTC


README

SensioLabsInsight

Codacy Badge

PHP-Censor-Telegram-Plugin

Telegram plugin for PHP Censor

Installation

First of all - composer require lexasoft/php-censor-telegram-plugin

Add to project

In the PHP Censor 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