Download the PHP package qwince/hipchat-laravel without Composer
On this page you can find all versions of the php package qwince/hipchat-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package hipchat-laravel
qwince/hipchat-laravel
This a HipChat PHP Client for Laravel 5
Installation
-
Include
"qwince/hipchat-laravel"
inside the"require"
section ofcomposer.json
file: -
Update composer dependencies by running:
-
Insert
'Qwince\HipchatLaravel\HipchatLaravelServiceProvider',
in your'providers'
array, insideapp/config/app.php
: -
Insert
'HipChat' => Qwince\HipchatLaravel\Facade\HipChat:class,
in your'aliases'
array, insideapp/config/app.php
: -
To Publish the configuration files you will need, run:
- Edit
app/config/hipchat.php
file updating it your credentials / configurations:
Usage
- Notify in a Room
All versions of hipchat-laravel with dependencies
PHP Build Version
Package Version
The package qwince/hipchat-laravel contains the following files
Loading the files please wait ....