phpmentors/workflower-bundle
最新稳定版本:v1.4.0
Composer 安装命令:
composer require phpmentors/workflower-bundle
包简介
A Symfony bundle for Workflower
README 文档
README
A Symfony bundle for Workflower
Features
- Integration with the service container by the
phpmentors_workflower.process_awaretag - Integration with the security system for workflow participants
- Transparent serialization/deserialization support for entities with Doctrine ORM
- Multiple workflow contexts (which are directories where BPMN files are stored)
Installation
PHPMentorsWorkflowerBundle can be installed using Composer.
First, add the dependency to phpmentors/workflower-bundle into your composer.json file as the following:
Stable version:
composer require phpmentors/workflower-bundle "1.4.*"
Development version:
composer require phpmentors/workflower-bundle "~1.5@dev"
Second, add PHPMentorsWorkflowerBundle into your bundles to register in AppKernel::registerBundles() as the following:
// ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new PHPMentors\WorkflowerBundle\PHPMentorsWorkflowerBundle(), ); // ...
Configuration
app/config/config.yml:
# ... phpmentors_workflower: serializer_service: phpmentors_workflower.base64_php_workflow_serializer # Defaults to `phpmentors_workflower.php_workflow_serializer` workflow_contexts: app: definition_dir: "%kernel.root_dir%/../src/AppBundle/Resources/config/workflower" # A directory where BPMN files for the `app` context are stored
Documentation
Support
If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on Issues.
Copyright
Copyright (c) 2015-2017 KUBO Atsuhiro, All rights reserved.
License
统计信息
- 总下载量: 15.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 24
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2015-06-08