zoparga/simple-google-chat

Simple package to send message to Google Chat ( need subscription )

1.0 2021-03-19 10:46 UTC

This package is auto-updated.

Last update: 2024-05-19 17:45:58 UTC


README

This is a simple wrapper to Google Chat. You can easily send text messages to the desired channel in case you have the webhook.

Installation

You can install the package via composer:

composer require zoparga/simple-google-chat

Publish config file

php artisan vendor:publish --provider="zoparga\SimpleGoogleChat\SimpleGoogleChatServiceProvider" --tag="config"

ADD GOOGLE_CHAT_BASIC_ROOM to you .env file.