symfony-bundle monolograbbitmq-bundle
Package that send log to rabbitmq
elcweb/monolograbbitmq-bundle
Package that send log to rabbitmq
- Tuesday, May 19, 2015
- by estheban
- Repository
- 1 Watchers
- 0 Stars
- 347 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
MonologRabbitmqBundle
, (*1)
Installation
Step 1: Download using composer
{
"require": {
"elcweb/monolograbbitmq-bundle" : "dev-master"
}
}
Now tell composer to download the bundle by running the command:, (*2)
``` bash
$ php composer.phar update elcweb/monolograbbitmq-bundle, (*3)
### Step 2: Enable the bundle
Enable the bundle in the kernel:
``` php
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Elcweb\MonologRabbitmqBundle\MonologRabbitmqBundle(),
);
}
License
This bundle is under the MIT license. See the complete license in the bundle:, (*4)
Resources/meta/LICENSE
dev-master
9999999-dev
Package that send log to rabbitmq
Sources
Download
MIT
The Requires
log
rabbitmq
monolog
dev-develop
dev-develop
Package that send log to rabbitmq
Sources
Download
MIT
The Requires
log
rabbitmq
monolog