PHPackages                             t0date/php-google-chat-v2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. t0date/php-google-chat-v2

ActiveLibrary[HTTP &amp; Networking](/categories/http)

t0date/php-google-chat-v2
=========================

PHP library for sending messages to Google Chat via incoming webhook

0.1.0(4mo ago)01MITPHPPHP ^8.1

Since Feb 14Pushed 4mo agoCompare

[ Source](https://github.com/T0date/php-google-chat-v2)[ Packagist](https://packagist.org/packages/t0date/php-google-chat-v2)[ RSS](/packages/t0date-php-google-chat-v2/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (2)Used By (0)

php-google-chat-v2
==================

[](#php-google-chat-v2)

A PHP library template for Google Chat Incoming Webhooks.

Requirements
------------

[](#requirements)

- Docker
- Docker Compose

Development Workflow
--------------------

[](#development-workflow)

1. Install dependencies

```
make setup
```

2. Run tests

```
make test
```

3. Run static analysis and coding style checks

```
make lint
```

4. Apply formatting fixes (when needed)

```
make fix
```

Common Commands
---------------

[](#common-commands)

- `make setup`: `composer install`
- `make test`: Run PHPUnit
- `make stan`: Run PHPStan
- `make cs`: Run PHP-CS-Fixer in dry-run mode
- `make lint`: `test + stan + cs`
- `make fix`: Apply PHP-CS-Fixer fixes
- `make example FILE=simple_text_message`: Run any script under `examples/`

Usage
-----

[](#usage)

```
