Download the PHP package mannew/hipchat-bundle without Composer
On this page you can find all versions of the php package mannew/hipchat-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mannew/hipchat-bundle
More information about mannew/hipchat-bundle
Files in mannew/hipchat-bundle
Download mannew/hipchat-bundle
More information about mannew/hipchat-bundle
Files in mannew/hipchat-bundle
Vendor mannew
Package hipchat-bundle
Short Description Bundle to integrate the HipChat PHP library for their REST API.
License MIT
Package hipchat-bundle
Short Description Bundle to integrate the HipChat PHP library for their REST API.
License MIT
Please rate this library. Is it a good library?
Informations about the package hipchat-bundle
MannewHipchatBundle
A wrapper around the HipChat PHP library, for accessing the HipChat REST API.
Installation
Download using composer
To install using composer, add the following to your composer.json:
Enable the bundle
Enable the bundle by adding it to the application kernel.
Configure the bundle
Update your config.yml to contain the a section for this bundle.
Usage
The bundle provides the DIC with a service named hipchat. To access this service you can use:
The bundle also provides the following commands:
# send messages from the command
$ app/console hipchat:send:message --room='Room name' 'Message content' 'Sender name' --color=red
# set the room topic
$ app/console hipchat:set:room:topic 'Room name' 'new topic' 'Sender name'
Further reading
The service is an instance of the HipChat\HipChat class from the HipChat PHP library.
All versions of hipchat-bundle with dependencies
PHP Build Version
Package Version
The package mannew/hipchat-bundle contains the following files
Loading the files please wait ....