2017 © Pedro Peláez
 

library hipchat-bundle

Bundle to integrate the HipChat PHP library for their REST API.

image

mannew/hipchat-bundle

Bundle to integrate the HipChat PHP library for their REST API.

  • Tuesday, December 8, 2015
  • by ManneW
  • Repository
  • 1 Watchers
  • 9 Stars
  • 32,003 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 7 Forks
  • 1 Open issues
  • 12 Versions
  • 2 % Grown

The README.md

MannewHipchatBundle

Build Status, (*1)

A wrapper around the HipChat PHP library, for accessing the HipChat REST API., (*2)

Installation

Download using composer

To install using composer, add the following to your composer.json:, (*3)

{
    "require": {
        "mannew/hipchat-bundle": "*"
    }
}

Enable the bundle

Enable the bundle by adding it to the application kernel., (*4)

``` php , (*5)


### Configure the bundle Update your config.yml to contain the a section for this bundle. ```yaml mannew_hipchat: auth_token: YOUR_HIPCHAT_AUTH_TOKEN_HERE verify_ssl: true # optional proxy_address: ~ # optional request_timeout: 15 # in seconds, optional

Usage

The bundle provides the DIC with a service named hipchat. To access this service you can use:, (*6)

<?php

$hipChat = $this->container->get('hipchat');

The bundle also provides the following commands:, (*7)

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

The Versions

08/12 2015

dev-master

9999999-dev

Bundle to integrate the HipChat PHP library for their REST API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Emanuel Winblad

08/12 2015

1.4

1.4.0.0

Bundle to integrate the HipChat PHP library for their REST API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Emanuel Winblad

18/05 2015

1.3

1.3.0.0

Bundle to integrate the HipChat PHP library for their REST API.

  Sources   Download

MIT

The Requires

 

by Emanuel Winblad

29/07 2014

dev-develop

dev-develop

Bundle to integrate the HipChat PHP library for their REST API.

  Sources   Download

MIT

The Requires

 

by Emanuel Winblad

29/07 2014

1.2

1.2.0.0

Bundle to integrate the HipChat PHP library for their REST API.

  Sources   Download

MIT

The Requires

 

by Emanuel Winblad

31/01 2014

1.1.1

1.1.1.0

Bundle to integrate the HipChat PHP library for their REST API.

  Sources   Download

MIT

The Requires

 

by Emanuel Winblad

06/08 2013

1.1

1.1.0.0

Bundle to integrate the HipChat PHP library for their REST API.

  Sources   Download

MIT

The Requires

 

by Emanuel Winblad

26/06 2013

1.0

1.0.0.0

Bundle to integrate the HipChat PHP library for their REST API.

  Sources   Download

MIT

The Requires

 

by Emanuel Winblad

14/06 2013

0.3

0.3.0.0

Bundle to integrate the HipChat PHP library for their REST API.

  Sources   Download

MIT

The Requires

 

by Emanuel Winblad

06/06 2013

0.2.1

0.2.1.0

Bundle to integrate the HipChat PHP library for their REST API.

  Sources   Download

MIT

The Requires

 

by Emanuel Winblad

21/05 2013

0.2

0.2.0.0

Bundle to integrate the HipChat PHP library for their REST API.

  Sources   Download

MIT

The Requires

 

by Emanuel Winblad

21/05 2013

0.1

0.1.0.0

Bundle to integrate the HipChat PHP library for their REST API.

  Sources   Download

MIT

The Requires

 

by Emanuel Winblad