PHPackages                             afom/deploy-notifier - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. afom/deploy-notifier

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

afom/deploy-notifier
====================

Deploy notifier for Laravel.

1.0.5(9y ago)01.1kMITPHP

Since Dec 21Pushed 9y ago4 watchersCompare

[ Source](https://github.com/afriendofmine/deploy-notifier)[ Packagist](https://packagist.org/packages/afom/deploy-notifier)[ RSS](/packages/afom-deploy-notifier/feed)WikiDiscussions master Synced 2mo ago

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

Deploy Notifier
---------------

[](#deploy-notifier)

We’re using the deploy notifier to send deployment notifications to our source for communicating. This package currently supports only HipChat. You’re welcome to create “pull requests” to add more notifiers.

[![Build Status](https://camo.githubusercontent.com/936ba28daa0887e65f245808d304d9c999cbdafce5e578bc85079978a0ba4032/68747470733a2f2f7472617669732d63692e6f72672f61667269656e646f666d696e652f6465706c6f792d6e6f7469666965722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/afriendofmine/deploy-notifier) [![Latest Stable Version](https://camo.githubusercontent.com/153b8d9b47e333f6cb5441e678272849850e1f28419f3f37ba4cde20ecbca95f/68747470733a2f2f706f7365722e707567782e6f72672f61666f6d2f6465706c6f792d6e6f7469666965722f762f737461626c65)](https://packagist.org/packages/afom/deploy-notifier) [![Total Downloads](https://camo.githubusercontent.com/5d1950b821316795eca6d6ca35243f95f96e1566d2db6a9cb6c3411468858542/68747470733a2f2f706f7365722e707567782e6f72672f61666f6d2f6465706c6f792d6e6f7469666965722f646f776e6c6f616473)](https://packagist.org/packages/afom/deploy-notifier) [![Coverage Status](https://camo.githubusercontent.com/8f3206706df314fdc60a48421bf024e5a1d34cc6da57738cc9d55b35302b9525/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f61667269656e646f666d696e652f6465706c6f792d6e6f7469666965722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/afriendofmine/deploy-notifier?branch=master)

Usage
-----

[](#usage)

Add following settings to .env

Available colors: "yellow", "green", "red", "purple", "gray", "random".

```
DEPLOY_NOTIFIER=hipchat
DEPLOY_NOTIFIER_COLOR=purple
DEPLOY_NOTIFIER_SENDER=Project X
DEPLOY_NOTIFIER_HIPCHAT_ROOM_ID=1111111
DEPLOY_NOTIFIER_HIPCHAT_ROOM_TOKEN=YourRoomToken

```

Install the package

```
composer require afom/deploy-notifier
```

Add the service provider to **config/app.php**

```
Afom\DeployNotifier\DeployNotifierServiceProvider::class,
```

Vendor publish

```
php artisan vendor:publish
```

Trigger the notification using php artisan

```
php artisan send:deploy:notification
```

Or doing it manually

```
$message = new \Afom\DeployNotifier\Message('Project X', 'Project X has been deployed to staging', 'gray');
$notifier = app(DeployNotifierInterface::class);
$notifier->sendNotification($message);
```

Questions?
----------

[](#questions)

For any questions you can reach us at ****

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity67

Established project with proven stability

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 ~0 days

Total

6

Last Release

3432d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6224a54936c1355ccd816cb59065987e965fb0ff8f32722d53f55991f7bf060c?d=identicon)[Sjeng](/maintainers/Sjeng)

---

Tags

laravelnotifierdeployhipchat

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/afom-deploy-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/afom-deploy-notifier/health.svg)](https://phpackages.com/packages/afom-deploy-notifier)
```

PHPackages © 2026

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