rocketeers / rocketeer-campfire by Anahkiasen

Campfire plugin for Rocketeer
697
3
3
Package Data
Maintainer Username: Anahkiasen
Maintainer Contact: ehtnam6@gmail.com (Maxime Fabre)
Package Create Date: 2013-11-15
Package Last Update: 2016-08-20
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 15:03:55
Package Statistics
Total Downloads: 697
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 3
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

Campfire for Rocketeer

Sends a basic deployment message to a Campfire room :

Campfire

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

"anahkiasen/rocketeer-campfire": "dev-master"

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

  • subdomain: http://{subdomain}.campfirenow.com.
  • room: Numeric ID for the room you want the message sent to.
  • key: API key for the user you the message sent from.

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

'Rocketeer\Plugins\RocketeerCampfireServiceProvider',

And that's pretty much it.