lima/movies
Composer 安装命令:
composer require lima/movies
包简介
A module that integrate magento 2 with some movies api to import movies to catalog
README 文档
README
Install this package using the composer: https://packagist.org/packages/lima/movies (version 1.0.4)
Considerations: - The module was built following the best practices of Magento, using ui components, ko javascript, saving data with queue repository, interfaces and queue with cron. - I tried so hard to use ui components to retrieve items from the API, but nothing works, I got overlaping block collection (without ui components), but the pagination, the total of items and the filter were not working well. After many tries, my best solution for this was to use a block model and ko scripts to create a table and an ajax form to retrieve items from the API (keeping magento 2 admin theme at most). All other admin grid uses best practices with full-featured ui components (except in-line editing). - I chose to use the queue system with cron to import products, but the queue import can be forced with the bulk action import (admin grid queue). - I have some versions on packgist because I never put a projeto into packgist and I had to do some tests.
This module contains the following resources: 1 - Set a default value for products like 'price', 'stock' and 'attribute_set' 2 - Define the default search terms, such as 'language' and 'adult' 3 - Import movie with custom price or stock (this overlaps with default 'price' or 'price'), you can override these values in the search results table, just before import 4 - Movies import through the queuing system (using cron). After searching and importing the selected results, this movie goes to a queue import and then becomes a product 5 - The queuing system uses cron to import products 6 - You can add a movie as one of your favorite in the catalog page view clicking "Add to favorites" button next to "Add to wish list" or "Add to compare" 7 - This module can be installed with the composer (https://packagist.org/packages/lima/movies) 8 - ACL for all resources
Demo images:
lima/movies 适用场景与选型建议
lima/movies 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 4 次下载、GitHub Stars 达 0, 最近一次更新时间为 2020 年 06 月 14 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 lima/movies 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 lima/movies 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2020-06-14












