akeneo-labs/classification-rule-bundle
Composer 安装命令:
composer require akeneo-labs/classification-rule-bundle
包简介
Akeneo PIM Enterprise bundle to classify products with the rule engine
README 文档
README
A bundle that extend the Akeneo PIM Enterprise CatalogRuleBundle, adding the possibility to unclassify products from a defined tree.
Requirements
| ClassificationRuleBundle | Akeneo PIM Enterprise Edition |
|---|---|
| v1.2.* | >= v1.6 |
| v1.1.* | v1.5.* |
| v1.0.* | v1.4.* |
| v0.1.* | v1.3.* |
Installation
You can install the bundle with composer:
php composer.phar require akeneo-labs/classification-rule-bundle:1.2.*
Enable the bundle in the app/AppKernel.php file, in the registerBundles method:
$bundles = [ // ... new PimEnterprise\Bundle\ClassificationRuleBundle\PimEnterpriseClassificationRuleBundle(), ];
Now let's clear your cache and reinstall your assets:
php app/console cache:clear --env=prod
php app/console pim:installer:assets --env=prod
Documentation
Rule definition
This bundle is an extension of the CatalogRuleBundle, so it uses the same conditions, and add a new set of actions:
unclassify: remove a product from categories. If you set the category code tonull, it will declassify the product. You can also define a tree to declassify only the product's categories of this tree.
Examples
Take a look to the rule definition documentation to see more examples of conditions.
akeneo-labs/classification-rule-bundle 适用场景与选型建议
akeneo-labs/classification-rule-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 978 次下载、GitHub Stars 达 3, 最近一次更新时间为 2015 年 07 月 20 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「ecommerce」 「rules」 「classification」 「PIM」 「akeneo」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 akeneo-labs/classification-rule-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 akeneo-labs/classification-rule-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 akeneo-labs/classification-rule-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Nevogate Payment Gateway SDK
Magento 2 module which adds support for Speculation Rules API for instant page loads.
The coding standard applying to all Youdot PHP projects, based on Doctrine set of PHPCS rules, with additional checks.
Business rules engine tools.
Dealing with payments through the Egyptian payment gateway PayMob
A set of Laravel validation rules
统计信息
- 总下载量: 978
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 30
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2015-07-20