Skip to content

ecoleman/ratchetio-bundle

Repository files navigation

RatchetioBundle

Intergrates ratchet.io with your Symfony2 application.

Installation

Require the bundle using composer:

$ composer require colemando/ratchetio-bundle

Enable the Bundle

Add Colemando\RatchetioBundle\ColemandoRatchetioBundle to your AppKernel:

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Colemando\RatchetioBundle\ColemandoRatchetioBundle(),
    );
}

Configure your Access Token

In your symfony configuration file (app/config.yml) you need to define your access_token for ratchet.io as follows:

colemando_ratchetio:
  access_token: <your token here>

About

Symfony2 Bundle for ratchet.io error reporting service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages