zoparga/simple-google-chat

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

Installs: 115

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zoparga/simple-google-chat

1.0 2021-03-19 10:46 UTC

This package is auto-updated.

Last update: 2025-10-19 20:48:07 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.