2017 © Pedro Peláez
 

symfony-bundle ratchetio-bundle

Integrates Ratchet.io error reporting into your Symfony2 application.

image

colemando/ratchetio-bundle

Integrates Ratchet.io error reporting into your Symfony2 application.

  • Thursday, February 7, 2013
  • by ericcoleman
  • Repository
  • 1 Watchers
  • 4 Stars
  • 126 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

RatchetioBundle

Intergrates ratchet.io with your Symfony2 application., (*1)

Installation

Require the bundle using composer:, (*2)

``` bash $ composer require colemando/ratchetio-bundle, (*3)


**Enable the Bundle** Add ``Colemando\RatchetioBundle\ColemandoRatchetioBundle`` to your AppKernel:

// app/AppKernel.php, (*4)

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


**Configure your Access Token** In your symfony configuration file (app/config.yml) you need to define your access_token for ratchet.io as follows: ``` yml colemando_ratchetio: access_token: <your token here>

The Versions

07/02 2013

dev-master

9999999-dev

Integrates Ratchet.io error reporting into your Symfony2 application.

  Sources   Download

BSD-2-Clause

The Requires

 

by Eric Coleman

errors debugging exceptions monitoring ratchet

07/02 2013

v0.2.0

0.2.0.0

Integrates Ratchet.io error reporting into your Symfony2 application.

  Sources   Download

BSD-2-Clause

The Requires

 

by Eric Coleman

errors debugging exceptions monitoring ratchet