rocketeers/rocketeer-hipchat

Hipchat plugin for Rocketeer

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 3

Open Issues: 1

pkg:composer/rocketeers/rocketeer-hipchat

dev-master 2016-01-18 09:14 UTC

This package is auto-updated.

Last update: 2025-10-08 03:28:49 UTC


README

Sends a basic deployment message to an Hipchat room.

To setup add this to your composer.json and update :

"rocketeers/rocketeer-hipchat": "dev-master"

Then you'll need to set it up, so do artisan config:publish rocketeer/rocketeer-hipchat and complete the configuration in app/packages/rocketeer/rocketeer-hipchat/config.php.

Once that's done add the following to your providers array in app/config/app.php :

'Rocketeer\Plugins\Hipchat\RocketeerHipchatServiceProvider',

And that's pretty much it.