gloomy/sossoa-bundle

Debug application using SosSoa

Installs: 655

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:symfony-bundle

v0.2.2 2015-01-20 13:31 UTC

This package is auto-updated.

Last update: 2024-04-25 05:58:57 UTC


README

ABOUT

Symfony bundle to integrate support of sos-soa.

sos-soa is a small tool to help debugging SOA (Service Oriented Architecture) by centralizing logs.

INSTALL

Install with composer

composer.phar require "gloomy/sossoa-bundle" "~0.2.0"

Update your app/AppKernel.php

<?php
    //...
    if (in_array($this->getEnvironment(), array('dev', 'test'))) {
        //...
        $bundles[] = new Gloomy\SosSoaBundle\GloomySosSoaBundle();
    }

Update your config (app/config/config_dev.yml)

gloomy_sos_soa:
    application : "my-application" # required
    host: "localhost"              # Optional
    port: 3000                     # Optional