2017 © Pedro Peláez
 

symfony-bundle sossoa-bundle

Debug application using SosSoa

image

gloomy/sossoa-bundle

Debug application using SosSoa

  • Tuesday, January 20, 2015
  • by iamluc
  • Repository
  • 0 Watchers
  • 1 Stars
  • 647 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

SosSoaBundle

ABOUT

Symfony bundle to integrate support of sos-soa., (*1)

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

INSTALL

Install with composer

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

Update your app/AppKernel.php

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


### Update your config (app/config/config_dev.yml) ``` yaml gloomy_sos_soa: application : "my-application" # required host: "localhost" # Optional port: 3000 # Optional

The Versions

20/01 2015

dev-master

9999999-dev

Debug application using SosSoa

  Sources   Download

MIT

The Requires

 

by Avatar iamluc

20/01 2015

v0.2.2

0.2.2.0

Debug application using SosSoa

  Sources   Download

MIT

The Requires

 

by Avatar iamluc

16/01 2015

v0.2.1

0.2.1.0

Debug application using SosSoa

  Sources   Download

MIT

The Requires

 

by Avatar iamluc

05/12 2014

v0.2.0

0.2.0.0

Debug application using SosSoa

  Sources   Download

MIT

The Requires

 

by Avatar iamluc

01/12 2014

v0.1.0

0.1.0.0

Debug application using SosSoa

  Sources   Download

MIT

The Requires

 

by Avatar iamluc