ameenross/magento_packager
Composer 安装命令:
composer require ameenross/magento_packager
包简介
A tool to package Magento 1 extensions for Magento Connect.
README 文档
README
A tool to package Magento 1 extensions for Magento Connect.
Rationale
Packaging extensions for Magento 1 is an old-fashioned and cumbersome process of logging into the backend of a Magento installation, where the extension must be installed. Then one has to fill in a large form for every single release, even though most of the data usually doesn't change at all. Also, you have to manually add the files that comprise your package...
What madness! Let's automate the packaging process with a script that's as easy to install and use as any other Composer package! Enter MagentoPackager.
Installation
composer require ameenross/magento_packager
Usage
- Create a file called
magepkg.xmlin your extension directory, make sure the metadata corresponds to your package:
<?xml version="1.0"?> <package> <name>My Extension</name> <version/> <stability>stable</stability> <license uri="https://opensource.org/licenses/GPL-3.0">GPL-3.0</license> <channel>community</channel> <extends/> <summary>This is a short description of My Extension.</summary> <description> This is a longer description of the functionality of My Extension. It does many things. </description> <notes/> <authors> <author> <name>Me</name> <user>me</user> <email>me@example.com</email> </author> </authors> <date/> <time/> <contents/> <compatible/> <dependencies> <required> <php> <min>5.4.0</min> <max>6.0.0</max> </php> </required> </dependencies> </package>
- Invoke the CLI script. It needs to be fed a TAR archive containing your extension. It also needs to be told where to store the resulting package (if not in the current working directory), its version and any release notes. Example:
git archive HEAD | vendor/bin/magepkg -o releases/ --version="1.0.0" --notes="First stable release."
ameenross/magento_packager 适用场景与选型建议
ameenross/magento_packager 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 24 次下载、GitHub Stars 达 1, 最近一次更新时间为 2016 年 11 月 29 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 ameenross/magento_packager 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 ameenross/magento_packager 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2
- 更新时间: 2016-11-29