PHPackages                             thangcx-1985/deployer-chatwork-notification - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. thangcx-1985/deployer-chatwork-notification

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

thangcx-1985/deployer-chatwork-notification
===========================================

Deployer's Chatwork Notification

v1.2.2(5y ago)05.9k—0%MITPHP

Since Dec 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/thangcx-1985/deployer-chatwork-notification)[ Packagist](https://packagist.org/packages/thangcx-1985/deployer-chatwork-notification)[ Docs](https://github.com/thangcx-1985/deployer-chatwork-notification)[ RSS](/packages/thangcx-1985-deployer-chatwork-notification/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

deployer-chatwork-notification
==============================

[](#deployer-chatwork-notification)

This repository contains chatwork recipes to integrate with deployer.

Installing
----------

[](#installing)

```
composer require thangcx-1985/deployer-chatwork-notification

```

Include recipes in deploy.php file.

```
require 'vendor/thangcx-1985/deployer-chatwork-notification/recipe/chatwork.php';
```

Configuration
-------------

[](#configuration)

**Required**

```
set('chatwork_api_token', YOUR_CHATWORK_API_TOKEN);
set('chatwork_room_id', YOUR_CHATWORK_ROOM_ID);
set('project_link', YOUR_PROJECT_LINK);

```

- `chatwork_api_token` – chatwork api token, **required**
- `chatwork_room_id` – chatwork room ID, **required**
- `project_link` – github project link as https protocol:  , **required**

**Message**

- `chatwork_text` – notification message template, default:

    ```
    [info][title]Deployer on {{target}}[/title]{{user}} is deploying branch {{branch}} to {{target}} envirement[/info]

    ```
- `chatwork_success_text` – success template, default:

    ```
    [info][title]Deployer on {{target}}[/title]Deployment is successful {{pull-request}}[/info]

    ```
- `chatwork_failure_text` – failure template, default:

    ```
    [info][title]Deployer on {{target}}[/title]Deployment is failed[/info]

    ```
- `chatwork_rollback_text` – rollback template, default:

    ```
    [info][title]Deployer on {{target}}[/title]Deployment is rolling back[/info]

    ```
- Custom:

    ```
    set('chatwork_text|chatwork_success_text|chatwork_failure_text|chatwork_rollback_text', YOUR_CUSTOME_MESSAGE);

    ```

Tasks
-----

[](#tasks)

- `chatwork:notify` – send message to chatwork
- `chatwork:notify:success` – send success message to chatwork
- `chatwork:notify:failed` – send failed message to chatwork
- `chatwork:notify:rollback` – send rolling back message to chatwork

Usage
-----

[](#usage)

If you want to notify only about beginning of deployment add this line only:

```
before('deploy', 'chatwork:notify');
```

If you want to notify about successful end of deployment add this too:

```
after('success', 'chatwork:notify:success');
```

License
-------

[](#license)

Licensed under the MIT license.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~24 days

Total

5

Last Release

1869d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20558352?v=4)[galabasi](/maintainers/galabasi)[@galabasi](https://github.com/galabasi)

---

Top Contributors

[![thangcx-3383](https://avatars.githubusercontent.com/u/49381862?v=4)](https://github.com/thangcx-3383 "thangcx-3383 (6 commits)")

---

Tags

notificationdeployerchatwork

### Embed Badge

![Health badge](/badges/thangcx-1985-deployer-chatwork-notification/health.svg)

```
[![Health](https://phpackages.com/badges/thangcx-1985-deployer-chatwork-notification/health.svg)](https://phpackages.com/packages/thangcx-1985-deployer-chatwork-notification)
```

###  Alternatives

[symfony/notifier

Sends notifications via one or more channels (email, SMS, ...)

80640.3M290](/packages/symfony-notifier)[jolicode/jolinotif

Send desktop notifications on Windows, Linux, MacOS.

1.4k11.6M41](/packages/jolicode-jolinotif)[duccio/apns-php

Apple Push Notification &amp; Feedback Provider

1.4k2.5M13](/packages/duccio-apns-php)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
