PHPackages                             baachi/deployer-rocketchat-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. baachi/deployer-rocketchat-recipe

Abandoned → [deployer/deployer](/?search=deployer%2Fdeployer)ArchivedLibrary[Mail &amp; Notifications](/categories/mail)

baachi/deployer-rocketchat-recipe
=================================

Recipe for deployerphp to send notifications to rocketchat

1.0.0(6y ago)01.1kMITPHPPHP ~7.0

Since Jun 25Pushed 3y agoCompare

[ Source](https://github.com/Baachi/deployer-rocketchat)[ Packagist](https://packagist.org/packages/baachi/deployer-rocketchat-recipe)[ RSS](/packages/baachi-deployer-rocketchat-recipe/feed)WikiDiscussions master Synced 2mo ago

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

RocketChat Recipe
=================

[](#rocketchat-recipe)

> ⚠️ This package is abandoned, please use the offical recipe.

Installing
----------

[](#installing)

Create a RockChat incoming webhook, through the administration panel.

Install this recipie through composer:

```
$ composer require baachi/rocketchat-recipe

```

Require the new recipe into your `deploy.php`

```
require 'vendor/baachi/rocketchat-recipe/rockchat.php';
```

Add hook on deploy:

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

```

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

[](#configuration)

- `rocketchat_webhook` - incoming rocketchat webook **required**

    ```
    set('rocketchat_webook', 'https://rocketchat.yourcompany.com/hooks/XXXXX');

    ```
- `rocketchat_title` - the title of the application, defaults to `{{application}}`
- `rocketchat_text` - notification message

    ```
    set('rocketchat_text', '_{{user}}_ deploying {{branch}} to {{target}}');

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

```
set('rocketchat_success_text', 'Deploy to *{{target}}* successful');

```

- `rocketchat_failure_text` – failure template, default:

```
set('rocketchat_failure_text', 'Deploy to *{{target}}* failed');

```

- `rocketchat_color` – color's attachment
- `rocketchat_success_color` – success color's attachment
- `rocketchat_failure_color` – failure color's attachment

Tasks
-----

[](#tasks)

- `rocketchat:notify` – send message to rocketchat
- `rocketchat:notify:success` – send success message to rocketchat
- `rocketchat:notify:failure` – send failure message to rocketchat

Usage
-----

[](#usage)

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

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

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

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

If you want to notify about failed deployment add this too:

```
after('deploy:failed', 'rocketchat:notify:failure');
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

2514d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9d0f2c9b510667d1e3e80006112e859dc6974a9acf7e8f1f63b20237ebdddf7?d=identicon)[Bachi](/maintainers/Bachi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/baachi-deployer-rocketchat-recipe/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[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)
