oxid-esales/media-library-module
Composer 安装命令:
composer require oxid-esales/media-library-module
包简介
Media library for OXID eShop
关键字:
README 文档
README
Module provides basic media files management.
Compatibility
Versions
- v5.x is compatible with eShop compilation 7.5.x and higher
- v4.x is compatible with eShop compilation 7.4.x and higher
- v3.0.x is compatible with eShop compilation 7.3.x and higher
- v2.1.x is compatible with eShop compilation 7.2.x and higher
- v2.0.x is compatible with eShop compilation 7.1.x and higher
- v1.0.x is compatible with eShop compilation 7.1.x and higher
Branches
- b-7.6.x is compatible with shop b-7.6.x branches
- b-7.5.x is compatible with shop b-7.5.x branches
- b-7.4.x is compatible with shop b-7.4.x branches
- b-7.3.x is compatible with shop b-7.3.x branches
- b-7.2.x is compatible with shop b-7.2.x branches
- b-7.1.x is compatible with shop b-7.1.x branches
Module installation via composer
In order to install the module via composer run one of the following commands in commandline in your shop base directory (where the shop's composer.json file resides).
composer require oxid-esales/media-library-module:^5.1.0to install the released version compatible with OXID eShop v7.5.xcomposer require oxid-esales/media-library-module:dev-b-7.6.xto install the specific unreleased branch
Development installation on OXID eShop SDK
The installation instructions below are shown for the current SDK for shop 7.6. Make sure your system meets the requirements of the SDK.
-
Ensure all docker containers are down to avoid port conflicts
-
Clone the SDK for the new project
echo MyProject && git clone https://github.com/OXID-eSales/docker-eshop-sdk.git $_ && cd $_
- Clone the repository to the source directory
git clone --recurse-submodules https://github.com/OXID-eSales/media-library-module.git --branch=b-7.6.x ./source
- Run the recipe to setup the development environment
./source/recipes/setup-development.sh
You should be able to access the shop via
- Frontend http://localhost.local
- Admin Panel: http://localhost.local/admin
- (credentials: noreply@oxid-esales.com / admin)
Running the tests and quality tools
Check the "scripts" section in the composer.json file for the available commands. Those commands can be executed
by connecting to the php container and running the command from there, example:
make php composer tests-coverage
Commands can be also triggered directly on the container with docker compose, example:
docker compose exec -T php composer tests-coverage
Rebuilding the assets
To rebuild the assets, latest node docker container can be used. The one is pulled automatically if you are using the installation method from the previous section. What is left - connect to the container, install the npm dependencies and run the assets building process
make node npm install npm run build
Alternatively, if you're actively developing and want changes to be applied automatically, you can enable watch mode:
npm run watch
Migration
After updating the Media Library module, ensure you run the database migrations:
vendor/bin/oe-eshop-doctrine_migration migrations:migrate ddoemedialibrary
License
OXID Module and Component License, see LICENSE file.
Bugs and Issues
If you experience any bugs or issues, please report them in the section module Media Library of https://bugs.oxid-esales.com.
oxid-esales/media-library-module 适用场景与选型建议
oxid-esales/media-library-module 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 77.58k 次下载、GitHub Stars 达 16, 最近一次更新时间为 2023 年 09 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「modules」 「OXID」 「media library」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 oxid-esales/media-library-module 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 oxid-esales/media-library-module 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 oxid-esales/media-library-module 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
This is Paymorrow module for OXID eShop.
This is twig version of Flow Theme for OXID eShop.
Simple Sharing generates social media share links within CP entry pages, allowing you to quickly & easily share entries.
This is a Smarty version of Admin Theme for OXID eShop.
Analysis module for finding problematical shop data.
yii2 swiper slider
统计信息
- 总下载量: 77.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 14
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: proprietary
- 更新时间: 2023-09-06