intelive/claro
Composer 安装命令:
composer require intelive/claro
包简介
Use historical data to uncover your most profitable merchandise, channels, and customer segments
README 文档
README
Bi is essential for any business that wants to stay ahead of he competition
Bi can help grow revenue for online shops through better management of inventory, better understanding of customers and optimization of business processes
No more looking at multiple data sources! No more exports,imports and complicated pivot tables!
All you need to do is install the connector module for your platform and you can start capturing exactly the knowledge that your organization requires.
Trends and anomalies
Our solution continuosly monitors your sales data in order to detect patterns like trends and anomalies like peaks and dips so that no relevant information passes unnoticed
Inventory forecasting
Out-of-stock products can severely damage your sales performance since you can quickly lose a customer to a competitor offering something similar. Avoid it with accurate inventory forecasts based on previous sales and seasonal trends.
Customer segmentation
Quickly identify your VIP customers, or the ones that were inactive for a long period with automatic customer segmentation in groups based on their activity.
Goals
Define your goal for any of KPI and we will automatically monitor it and inform you on its achievement.
Daily email
An overview of your store's activity delivered to your inbox every morning.
Installation
Before installing, it is recommended that you disable your cache in System -> Cache Mangement.
Update composer.json
To install, you'll need to add a reference to the Claro repository and the required package to your root composer.json file.
Using the command line (recommended)
- Add reference to the Claro repository, using the command
composer config repositories.claro vcs https://github.com/intelive/claro.git - Add the required package, using the command
composer require intelive/claro:1.3.0
Directly changing the composer.json file
- Add reference to the Claro repository. To do so, add the following to
composer.json:
"repositories": [ { "type": "vcs", "url": "https://github.com/intelive/claro.git" } ]
- Add the required package to your root
composer.jsonfile:
"require": { "intelive/claro": "1.3.0" }
- Update Composer packages using the command
composer update
Run setup:upgrade
From the command line, run setup:upgrade with the command:
magento setup:upgrade
Run di:compile
From the command line, run di:compile with the command:
magento setup:di:compile
Run setup:static-content:deploy
From the command line, run setup:static-content:deploy with the command:
magento setup:static-content:deploy
Uninstall
There are two ways to uninstall the module from Magento:
Automatic Uninstall (Note: Puts the store in maintenance mode until the process is finished):
From the command line, remove the code and database data related to the module:
magento module:uninstall Intelive_Claro
Manual Uninstall
Disable the Intelive module from magento:
magento module:disable Intelive_Claro
magento setup:upgrade
Remove the Intelive package from your composer.json and vendor folder:
composer remove intelive/claro
Remove module data from the database:
- Go to the table
url_rewriteand remove any entries that matchtarget_path LIKE '%intelive%' - Go to the table
core_config_dataand remove any entries that matchpath LIKE '%intelive%' - Go to the table
setup_moduleand remove any entries that matchmodule LIKE '%intelive%'
intelive/claro 适用场景与选型建议
intelive/claro 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 8 次下载、GitHub Stars 达 0, 最近一次更新时间为 2021 年 03 月 29 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 intelive/claro 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 intelive/claro 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2021-03-29