PHPackages                             ippey/deployer-chatwork-recipe - 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. ippey/deployer-chatwork-recipe

ActiveLibrary

ippey/deployer-chatwork-recipe
==============================

deployer's Chatwork recipe

v1.0.0(8y ago)01241MITPHP

Since Oct 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Ippey/deployer-chatwork-recipe)[ Packagist](https://packagist.org/packages/ippey/deployer-chatwork-recipe)[ Docs](https://github.com/Ippey/deployer-chatwork-recipe)[ RSS](/packages/ippey-deployer-chatwork-recipe/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

deployer-chatwork-recipe
========================

[](#deployer-chatwork-recipe)

This repository contains chatwork recipes to integrate with deployer.

Installing
----------

[](#installing)

```
composer require ippey/deployer-chatwork-recipe --dev

```

Include recipes in deploy.php file.

```
require 'recipe/chatwork.php';
```

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

[](#configuration)

- `chatwork_api_token` – chatwork api token, **required**
- `chatwork_room_id` – chatwork room ID, **required**
- `chatwork_title` – the title of application, default `{{application}}`
- `chatwork_text` – notification message template, markdown supported ```
    _{{user}}_ deploying `{{branch}}` to *{{target}}*

    ```
- `chatwork_success_text` – success template, default: ```
    Deploy to *{{target}}* successful

    ```

Tasks
-----

[](#tasks)

- `chatwork:notify` – send message to chatwork
- `chatwork:notify:success` – send success 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 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Unknown

Total

1

Last Release

3123d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e3c42952932998bf8d9b005284c160eab1ed6f4a0dbc6dc183f8fb7b9128a70?d=identicon)[Ippey](/maintainers/Ippey)

---

Top Contributors

[![Ippey](https://avatars.githubusercontent.com/u/471948?v=4)](https://github.com/Ippey "Ippey (4 commits)")

---

Tags

chatworkdeployerdeployer-recipesphpdeployerrecipeschatwork

### Embed Badge

![Health badge](/badges/ippey-deployer-chatwork-recipe/health.svg)

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

###  Alternatives

[jalogut/magento2-deployer-plus

Magento 2 deployment tool based on deployer.org

201415.5k](/packages/jalogut-magento2-deployer-plus)[sourcebroker/deployer-extended-database

Deployer tasks to manage database synchronization between application instances.

41302.6k7](/packages/sourcebroker-deployer-extended-database)[sourcebroker/deployer-extended-typo3

Customisation for `sourcebroker/deployer-typo3-\*` stack

38201.6k2](/packages/sourcebroker-deployer-extended-typo3)[sourcebroker/deployer-extended

Library with some additional tasks for deployer (deployer.org).

25275.4k9](/packages/sourcebroker-deployer-extended)[ngmy/webloyer

Webloyer is a Web UI for managing Deployer deployments

2181.1k](/packages/ngmy-webloyer)[kevinquillen/recipe-generator

Adds Drush command(s) to help generate Recipes for Drupal.

1413.7k3](/packages/kevinquillen-recipe-generator)

PHPackages © 2026

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