Download the PHP package fintem/workflow-logger-bundle without Composer
On this page you can find all versions of the php package fintem/workflow-logger-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fintem/workflow-logger-bundle
More information about fintem/workflow-logger-bundle
Files in fintem/workflow-logger-bundle
Package workflow-logger-bundle
Short Description Allows to log symfony workflow in your application
License MIT
Homepage http://www.fintem.lt
Informations about the package workflow-logger-bundle
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Update schema
How to use
When you install workflow logger bundle, you can use this bundle straight away, all workflow is recorded to workflow_logger table (WorkflowLogger entity).
If you want to log particular workflow in your application you should note it explicitly. For example if you have got three workflows in your application (wfl-1, wfl-2, wfl3) and you want to log only wfl-1 and wfl-3. You should add additional lines of code to your config.yml file. If you do not add any workflow it will log all workflows by default.
If you want to stop logging all workflows, set logging property to false. Its property true by default.
All versions of workflow-logger-bundle with dependencies
symfony/console Version ~3.0
symfony/dependency-injection Version ~3.0
symfony/config Version ~3.0
symfony/http-kernel Version ~3.0
doctrine/common Version ^2.7
doctrine/orm Version ^2.5
gedmo/doctrine-extensions Version ^2.4
symfony/event-dispatcher Version ~3.0
psr/log Version ^1.0