dereuromark/cakephp-shim
Composer 安装命令:
composer require dereuromark/cakephp-shim
包简介
A CakePHP plugin to shim applications between major framework versions.
README 文档
README
Shim plugin to "shim" functionality up and down for CakePHP major versions. It also provides some small app-specific fixes.
This branch is for shimming 4.x in 5.x
It provides compatibility wrapper access to 4.x functionality in 5.x.
This is mainly useful when upgrading large applications to the next major framework version. Tons of code needs to be adjusted, using this Shim plugin quite a few lines less need to be touched. Especially the ORM layer, which would need heavy refactoring, requires a lot less changes to get things working again.
This branch is for use with CakePHP 5.1+. For details see version map.
"0-dependency plugin": Apart from core this plugin has no other dependencies!
Documentation
Full documentation lives at dereuromark.github.io/cakephp-shim.
A few good entry points:
The Markdown sources live in the docs directory of this repository.
A full overview of all shimming between versions can be found in the Wiki.
New shims
- find('list') shim for 1-2 select fields without requiring verbose keyField/valueField options.
- RequestHandler component for continued easier View class switching across the app
- LegacyModelAwareTrait for loadModel() shimming
- former Cake\Filesystem\File and Cake\Filesystem\Folder classes
- ModifiedTrait for entities and detecting actually changed fields (not just touched with same value)
Note: AuthComponent lives on in 5.x via TinyAuth plugin if needed.
Existing shims from 4.x
- Controller setup for components and helpers
- Nullable behavior for better data consistency.
Table::field()support andfieldByConditions()alias to migrate to.- Still supports model properties
$primaryKey,$displayField,$order,$validate,$actsAsand all relations ($belongsTo,$hasMany, ...) as it would be very time-consuming to manually adjust all those. - Auto-adds Timestamp behavior if
createdormodifiedfield exists in table.
Helpful links
When planning to upgrade, you should look into official upgrade docs as well as the linked upgrade tool. They both contain tons of more ideas on how to get code aligned with the current direction of the framework to reduce friction in the long run. Also see my blog post dereuromark.de/2023/09/28/cakephp-5-upgrade-guide/.
dereuromark/cakephp-shim 适用场景与选型建议
dereuromark/cakephp-shim 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.13M 次下载、GitHub Stars 达 40, 最近一次更新时间为 2015 年 01 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「helpers」 「plugin」 「cakephp」 「migration」 「compatibility」 「upgrade」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 dereuromark/cakephp-shim 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 dereuromark/cakephp-shim 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 dereuromark/cakephp-shim 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
CakePHP 4.x AdminLTE Theme.
HTML and form generation
Email Toolkit Plugin for CakePHP
Falsy helps you manage half-truths with PHP
Rhino, a CMS and Application-Framework plugin for CakePHP
A CakePHP plugin for sending mail via SparkPost's REST API
统计信息
- 总下载量: 1.13M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 40
- 点击次数: 34
- 依赖项目数: 9
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-27