sourcebroker/typo3-upgrade
Composer 安装命令:
composer require sourcebroker/typo3-upgrade
包简介
A helper to make TYPO3 upgrade repeatable.
README 文档
README
What does it do?
The aim of this script is to make process of upgrade repeatable so you can easily repeat it on you local instance and run it also on staging and finally on production instance.
Its tested and written to work only with composer based TYPO3.
Install
Create subdirectory in your TYPO3 root (for example .upgrade) and inside this folder run:
composer require sourcebroker/typo3-upgrade
Configuration
Basically the script search for branches with name "upgrade_*" switch to them and run commands (look for typo3-upgrade.php for more insights).
If you have some project specific SQL then put it in .upgrade/config/project/[branch part].sql (for example .upgrade/config/project/76.sql)
If you have some instance specific SQL then put it in .upgrade/config/instances/[instance name]/[branch part].sql
The [branch part] is taken from branch name. If branch name is "upgrade_76" then [branch part] is equal to 76.
The [instance name] is taken from INSTANCE env var. Make sure its set in .env file of your project.
Run upgrade in your TYPO3 root directory
./.upgrade/vendor/bin/typo3-upgrade.php
Changelog
See https://github.com/sourcebroker/typo3-upgrade/blob/master/CHANGELOG.rst
sourcebroker/typo3-upgrade 适用场景与选型建议
sourcebroker/typo3-upgrade 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.2k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2019 年 08 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「typo3」 「upgrade」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 sourcebroker/typo3-upgrade 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 sourcebroker/typo3-upgrade 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 sourcebroker/typo3-upgrade 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Upgrade for the venturecraft revisionable package, add many useful methods.
Helper classes dependency for Laravel Enso
Run upgrade wizards for multiple TYPO3 versions at once
Set Links with a specific language parameter
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
An interactive tour through the TYPO3 backend.
统计信息
- 总下载量: 3.2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-08-27