aligent/orocommerce-s3mediabundle
Composer 安装命令:
composer require aligent/orocommerce-s3mediabundle
包简介
Amazon S3 Based media storage for Oro Platform (OroCommerce and OroCRM)
README 文档
README
Info
- composer name: aligent/orocommerce-s3mediabundle
Description
This bundle provides configuration for using S3 buckets for media storage in Oro Platform by configuring the KNPGaufrette Bundle. It will work with both OroCommerce and OroCRM versions based on Oro Platform 6.1.0 and later. For older versions of OroCommerce use one of the older releases of this module.
Parameters
amazon_s3.bucket_name: s3-bucket-name
amazon_s3.region: ap-southeast-2
amazon_s3.key: USER_KEY
amazon_s3.secret: SUPER_SECRET
The key and secret are optional in an ECS environment, as the ECS credentials provider is used as a fallback if neither of them exist.
Installation Instructions
-
Install this module via Composer
composer require aligent/orocommerce-s3mediabundle -
Create the parameters (above) in your parameters.yml.
-
Clear cache
php bin/console cache:clear --env=prod
AWS Setup
-
Create an Amazon S3 bucket. Default settings and permissions are fine, there is no need for the bucket to be public.
-
Create the following IAM Customer Managed Policy (which grants full access to a single S3 bucket) substituting NameOfBucketHere with your S3 bucket's name:
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "s3:*", "Resource": [ "arn:aws:s3:::NameOfBucketHere", "arn:aws:s3:::NameOfBucketHere/*" ] } ] } -
Create an IAM user, directly attach your new policy and generate Access and Secret keys. Insert those values into your parameters.yml (see above), clear cache and you're good to go!
Support
If you have any issues with this bundle, please create a pull request with a failing test that demonstrates the problem you've found. If you're really stuck, feel free to open GitHub issue.
Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Developer
Initial version by Adam Hall adam.hall@aligent.com.au.
Minor tweaks for OroCommerce 3.0 by Jim O'Halloran jim@aligent.com.au
Updates for Oro Platform 4.0, 5.1 & 6.1 by Jim O'Halloran jim.ohalloran@incore.com.au
Licence
Copyright
(c) 2018-25 Aligent Consulting & Contributors
aligent/orocommerce-s3mediabundle 适用场景与选型建议
aligent/orocommerce-s3mediabundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.56k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2018 年 11 月 20 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「amazon」 「s3」 「aws」 「ORO」 「OroPlatform」 「OroCrm」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 aligent/orocommerce-s3mediabundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 aligent/orocommerce-s3mediabundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 aligent/orocommerce-s3mediabundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
This package includes a script and fail2ban configuration that allows you to use fail2ban when utilizing AWS elastic load balancer (ELB) and an apache webserver.
Elastic Driver for Laravel Scout
Basic configuration, helper and tools for an oro application
Back-office dashboard with embedded Google Data Studio report
simple api library.
Allows to control the quality of images using the UI. Optimizes images thereby reducing the overall storage size.
统计信息
- 总下载量: 1.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-20