Simple gitlab webhooks event notification using telegram bot.
composer install
GITLAB_TOKEN
$TOKEN = "YOUR_TELEGRAM_BOT_TOKEN"
$chatid = "CHAT_ID"
php -S localhost:8080
See https://docs.gitlab.com/ee/user/project/integrations/webhooks.html
Simple gitlab webhooks event notification using telegram bot.
composer install
GITLAB_TOKEN
$TOKEN = "YOUR_TELEGRAM_BOT_TOKEN"
$chatid = "CHAT_ID"
php -S localhost:8080
See https://docs.gitlab.com/ee/user/project/integrations/webhooks.html