Skip to content

iamluc/GloomySosSoaBundle

Repository files navigation

SosSoaBundle

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages