Download the PHP package stiko/hipchat-laravel without Composer
On this page you can find all versions of the php package stiko/hipchat-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stiko/hipchat-laravel
More information about stiko/hipchat-laravel
Files in stiko/hipchat-laravel
Package hipchat-laravel
Short Description Simple hipchat notification for laravel projects.
License
Homepage https://github.com/STIKO/hipchat-laravel/tree/master
Informations about the package hipchat-laravel
hipchat-laravel
A simple hipchat nitification for laravel/Lumen
Laravel Installation
-
Require composer
-
Add ServiceProvider to
app/config/app.php
: -
Publish
- Lastly, add env variables to
.env
file
Lumen Installation
-
Require composer
-
Add ServiceProvider to
bootstrap/app.php
: -
Copy
src/config/hipchat.php
toconfig/hipchat.php
- Lastly, add env variables to
.env
file
Get Token
- Log in to Hipchat
- click
Integration
- Choose your room then click
Build your own Integration
- In the section
Send messages to this room
you can find yoururl
andtoken
Hichat url and token
Usage
- The simplest way to start is
This will send a message to the room with the default settings.
-
To change the message:
-
Message format allowed html, text(default):
-
To turn off room notfication (on by default):
-
To cahnge color, allowed (yellow, green(default), red, purple, gray, random):
- Or you could suply a full array of options: