drinks-it/rule-engine
最新稳定版本:2.1.0
Composer 安装命令:
composer require drinks-it/rule-engine
包简介
Rule Engine Bundle is a (sub)system which allows end-user to run specified actions if they met specified criteria(conditions) on specified events.
README 文档
README
composer require drinks-it/rule-engine
depends
composer require drinks-it/rule-engine --with-dependencies
Bundle add
config/bundles.php
<?php return [ // ... another bundles DrinksIt\RuleEngineBundle\RuleEngineBundle::class => ['all' => true] ];
rule-engine configuration
doctrine: dbal: types: rule-engine-conditions: DrinksIt\RuleEngineBundle\Doctrine\Types\ConditionsType rule-engine-action: DrinksIt\RuleEngineBundle\Doctrine\Types\ActionType rule-engine-event: DrinksIt\RuleEngineBundle\Doctrine\Types\TriggerEventType
make entity
php bin/console make:rule-engine [Optional Name] php bin/console make:migration php bin/console doctrine:migrations:migrate
统计信息
- 总下载量: 6.96k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-15