symfony-bundle sossoa-bundle
Debug application using SosSoa
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
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
dev-master
9999999-dev
Debug application using SosSoa
Sources
Download
MIT
The Requires
by
iamluc
v0.2.2
0.2.2.0
Debug application using SosSoa
Sources
Download
MIT
The Requires
by
iamluc
v0.2.1
0.2.1.0
Debug application using SosSoa
Sources
Download
MIT
The Requires
by
iamluc
v0.2.0
0.2.0.0
Debug application using SosSoa
Sources
Download
MIT
The Requires
by
iamluc
v0.1.0
0.1.0.0
Debug application using SosSoa
Sources
Download
MIT
The Requires
by
iamluc