porthd/sitemasterdata
Composer 安装命令:
composer require porthd/sitemasterdata
包简介
Make website master data available as CKEditor variables
README 文档
README
What this extension does
Websites regularly display the same company information in many places: the postal address in the footer, the phone number on the contact page, the data protection officer in the privacy policy, and so on. If this information changes, every single occurrence has to be updated manually — a tedious and error-prone task.
sitemasterdata solves this by storing master data such as the company name,
address, phone number, e-mail address, and legally required officer roles centrally
in the TYPO3 Site Settings. Editors insert a short placeholder (e.g.
[[sitemasterdata.phone]]) anywhere in a text. TYPO3 replaces every placeholder
with the current value automatically when the page is rendered. A phone number that
changes needs to be updated in exactly one place — all pages reflect the new value
immediately.
Features
- Central storage of master data per site in TYPO3 Site Settings
- Placeholder dropdown in the CKEditor toolbar — no manual typing required
- Current values shown as a preview in the dropdown label
- Automatic frontend replacement in all RTE content
- Direct access to individual values in Fluid templates and TypoScript
- Ready-made TypoScript cObject for a complete formatted address block
- Multisite-capable — each site maintains its own independent values
- Extendable with additional fields without modifying this extension
Available fields
| Field | Placeholder |
|---|---|
| Company / Operator | [[sitemasterdata.owner]] |
| Phone | [[sitemasterdata.phone]] |
[[sitemasterdata.email]] |
|
| Street and House Number | [[sitemasterdata.street]] |
| Postal Code | [[sitemasterdata.zip]] |
| City | [[sitemasterdata.city]] |
Requirements
| Requirement | Version |
|---|---|
| TYPO3 | ^14.3 |
| PHP | ^8.2 |
| Site Set | porthd/sitemasterdata |
Installation
composer require porthd/sitemasterdata vendor/bin/typo3 cache:flush
Then activate the Site Set porthd/sitemasterdata in your site configuration
(config/sites/<your-site>/config.yaml):
dependencies: - typo3/theme-camino - porthd/sitemasterdata
Extending
Additional fields (e.g. social media profiles, VAT ID, registration number) can be added from a separate extension without modifying this one. The recommended approach is Symfony Service Decoration — see EXT:sitemasterdata_extend for a fully worked example.
Documentation
- Editor Guide
- Integrator Guide — includes Fluid template and TypoScript examples
- Developer Guide
License
GNU General Public License v3.0 or later — see LICENSE.txt.
porthd/sitemasterdata 适用场景与选型建议
porthd/sitemasterdata 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 25 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 porthd/sitemasterdata 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 porthd/sitemasterdata 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 36
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2026-04-25