anahkiasen/rocketeer-campfire
Campfire plugin for Rocketeer
Maintainers
2.0.0
2014-09-17 19:26 UTC
Requires
- php: >=5.4.0
- anahkiasen/rocketeer: 2.0.*@dev
- rcrowe/campfire: 0.1.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT f1a34b9069f71192032151f6a5e36c6119adf0ec
- Maxime Fabre <ehtnam6.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-08 05:10:27 UTC
README
Sends a basic deployment message to a Campfire room :
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.
