Download the PHP package peak-adventure-travel/rocketeer-flowdock without Composer
On this page you can find all versions of the php package peak-adventure-travel/rocketeer-flowdock. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download peak-adventure-travel/rocketeer-flowdock
More information about peak-adventure-travel/rocketeer-flowdock
Files in peak-adventure-travel/rocketeer-flowdock
Package rocketeer-flowdock
Short Description Flowdock notification plugin for Rocketeer
License MIT
Informations about the package rocketeer-flowdock
Rocketeer Plugin for Flowdock
This plugin will allow Rocketeer to announce deployments to a single or multiple flowdock event flows for before and after deploy events have triggered, as well as any rollbacks that need to occur.
Installation
In your current project directory you'll need to install the project via :
Then you'll need to install it to Rocketeer via:
Then in your applications .rocketeer/config.php
, add Rocketeer\Plugins\Flowdock\RocketeerFlowdock
to the plugin array.
Usage
To setup the config you'll need to run the below command :
Then go into .rocketeer/plugins/rocketeers/rocketeer-flowdock/config.php
and configure the variables to as you wish,
you will require at least one source_token for this plugin to work. (See Retrieving your Source Token
below)
Testing
To run just the singular PHPUnit tests in tests/ type the following command :
Retrieving your Source Tokens
- Whilst in Flowdock select the flow (Channel) that you wish to add the announcements too,
- Click the cog wheel on the flow, and select Settings,
- On the new window, select the Integrations tab and search for "Rocketeer"
- Click on '+ Connect Rocketeer Deployment to Flowdock',
- On the new window, enter the name you wish to call this Integration (recommend: Rocketeer Deployment),
- Click the 'Create source' button,
- Store the source token that is generated and place it in the
config.php
file with an appropriate name.
All versions of rocketeer-flowdock with dependencies
anahkiasen/rocketeer Version ^2.2
illuminate/support Version ~4.2
guzzlehttp/guzzle Version ^6.0