contao-community-alliance/merger2
Composer 安装命令:
composer require contao-community-alliance/merger2
包简介
Module merger V2 for Contao OpenSource CMS
README 文档
README
Merger²
The Contao Community Alliance merger² extension provides a powerful frontend module to merge various content:
- Article inheritance
- Conditional content
- Powerful condition language
Requirements
Merger² v4 requires at least Contao 4.13 with PHP 7.4 or Contao 5 with PHP 8.0 higher and is prepared for the Contao Managed Edition.
Changelog
See CHANGELOG
Documentation
The documentation is managed as a wiki on Github. Feel free to contribute.
Condition Reference
Each condition is an expression which may contain different functions. Function may be combined with && or || constraints and you can turn back conditions with ! as NOT.
articleExists(column: string [, includeUnpublished: bool])
Test if an article exists in the specific column or section.
- column Column or section name.
- includeUnpublished If true also unpublished articles are recognized.
children(count: integer [, includeUnpublished: bool])
Test if the page have the specific count of children.
- count Count of children.
- includeUnpublished Include unpublished pages.
depth(value: string)
Test the page depth.
- value Depth with comparing operator, e.g. ">2".
isMobile([cookieOnly: bool])
Detect if page is rendered as mobile page.
- cookieOnly If true only the TL_VIEW cookie is recognized. Otherwise the user agent might active mobile view if an mobile layout exist.
language(language: string)
Test the page language.
- language Page language
page(pageId: string|integer)
Test the page id or alias.
- pageId Page id or alias
pageInPath(pageId: string|integer)
Test if page id or alias is in path.
- pageId Page id or alias
platform (platform: string)
Test the user platform.
- platform Platform type. Valid values are desktop, tablet, smartphone or mobile.
root (pageId: string|integer)
Test the root page id or alias.
- pageId Page id or alias
Custom functions
Merger² is prepared for custom functions. Simply implement the ContaoCommunityAlliance\Merger2\Functions\FunctionInterface
and provide it as a cca.merger2.function tagged service.
contao-community-alliance/merger2 适用场景与选型建议
contao-community-alliance/merger2 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5.28k 次下载、GitHub Stars 达 8, 最近一次更新时间为 2015 年 11 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「theme」 「module」 「layout」 「contao」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 contao-community-alliance/merger2 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 contao-community-alliance/merger2 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 contao-community-alliance/merger2 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Listener to change layout for different module
A Bootstrap 4.x base theme for SilverStripe
Flexible Content & Repeater Fields for Laravel Nova.
Lucency Theme
bootstrap select field module implementing http://silviomoreto.github.io/bootstrap-select/
Cells are view components for Laravel 4. They are mini-controllers with their own MVC stack, can invoke logic and render views.
统计信息
- 总下载量: 5.28k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2015-11-06