2017 © Pedro PelĂĄez
 

library deploy-notifier

Deploy notifier for Laravel.

image

afom/deploy-notifier

Deploy notifier for Laravel.

  • Wednesday, December 21, 2016
  • by Sjeng
  • Repository
  • 4 Watchers
  • 0 Stars
  • 1,064 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

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., (*1)

Build Status Latest Stable Version Total Downloads Coverage Status, (*2)

Usage

Add following settings to .env, (*3)

Available colors: "yellow", "green", "red", "purple", "gray", "random"., (*4)

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, (*5)

composer require afom/deploy-notifier

Add the service provider to config/app.php, (*6)

Afom\DeployNotifier\DeployNotifierServiceProvider::class,

Vendor publish, (*7)

php artisan vendor:publish

Trigger the notification using php artisan, (*8)

php artisan send:deploy:notification

Or doing it manually, (*9)

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

Questions?

For any questions you can reach us at development@afriendofmine.nl, (*10)

The Versions

21/12 2016

dev-master

9999999-dev

Deploy notifier for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by AFOM Development team

laravel deploy hipchat notifier

21/12 2016

1.0.5

1.0.5.0

Deploy notifier for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by AFOM Development team

laravel deploy hipchat notifier

21/12 2016

1.0.4

1.0.4.0

Deploy notifier for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by AFOM Development team

laravel deploy hipchat notifier

21/12 2016

1.0.3

1.0.3.0

Deploy notifier for Laravel.

  Sources   Download

MIT

The Requires

 

by AFOM Development team

laravel deploy hipchat notifier

21/12 2016

1.0.2

1.0.2.0

Deploy notifier for Laravel.

  Sources   Download

MIT

The Requires

 

by AFOM Development team

laravel deploy hipchat notifier

21/12 2016

1.0.1

1.0.1.0

Deploy notifier for Laravel.

  Sources   Download

MIT

The Requires

 

by AFOM Development team

laravel deploy hipchat notifier

21/12 2016

1.0.0

1.0.0.0

Deploy notifier for Laravel.

  Sources   Download

MIT

The Requires

 

by AFOM Development team

laravel deploy hipchat notifier