aix/dataviewer
Composer 安装命令:
composer require aix/dataviewer
包简介
Build easy and intuitive TCA-records (e.g. News, Jobs, Events and more) on the fly without developing a new extension. Only templating is needed. Huge amount of time savings possible!
README 文档
README
Build easy and intuitive TCA-powered records with customizable backend forms on the fly without any programming knowledge. You can create datatypes and select from a list of plugins to display your created records.
This extension is a easy to use data structure builder that saves you a lot of time, because there is no more need of creating an extension for every need. Great solutions can be done by just a few clicks and fluid templating.
You only need one extension to create a lot of solutions.
Having just one extension to maintain gives you the advantage to improve your workflows when upgrading TYPO3 versions.
Everything is fully compatible with the TYPO3 core.
Documentation
The documentation is available here:
https://docs.typo3.org/p/aix/dataviewer/master/en-us/
Installation
We recommend installing the extension using Composer:
composer require aix/dataviewer
Compatibility
- TYPO3 CMS 12.4.X
Professional
We are also creating a Dataviewer Professional Version, which helps us to provide additional features by supporting our development. The Dataviewer Professional Extension is in a continuous process of getting new features such as plugins and more configuration options, to improve your workflows even more.
Addional fields and components are also available for specific usage like
- API Building
- Creating Blog-like Content within your records
- Combining information and building html fields in the TYPO3 Backend
- and many more
Please refer to this url:
Highlights
- Create customized records out of datatypes on the fly
- Dynamic Configuration of the Plugins to get nearly every solution
- No extension programming needed
- Inject dynamic variables of different types to your fluid templates
- Easy fluid templating with intuitive customizable variable naming
- Backend Toolbar Item for easy record management (Professional)
- Language support
Workflow
- Create Fields for your custom record that you assign later to a datatype
- Create a datatype and assign the fields, that you've created before.
- Create your records
- Create fluid templates for the records. You can create lists or single views.
- Insert Record-Plugin to your site to display record(s)
Configuration
Dataviewer has some additional backend TypoScript Configuration possibilities:
Adding new templates
plugin.tx_dataviewer.templates {
template1 {
group = Allgemein
icon = EXT:dataviewer/Resources/Public/Icons/Datatype/animal-dog.png
name = Template for Testing
file = EXT:yourtemplateext/Resources/Private/Templates/Dataviewer/TemplateOne.html
}
}
Extending generated classes
You can extend the generated classes of your datatypes by using the extbase class mapping.
config.tx_extbase{
persistence{
objects{
Aix\Dataviewer\Domain\Model\Record\Your\Domain\Model.className = Vendor\Namespace\Domain\Model\Your\Domain\Model
}
}
}
Future Roadmap
- Provide Plugins for Search, Filter, Sorting and Pagination (Professional)
- Add additional ViewHelpers to customize fluid templating
- Add possibilities to customize value types
- Build predefined plugins for your customers
aix/dataviewer 适用场景与选型建议
aix/dataviewer 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 11 次下载、GitHub Stars 达 9, 最近一次更新时间为 2025 年 11 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「cms」 「typo3」 「records」 「aix」 「recordbuilder」 「dataviewer」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 aix/dataviewer 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 aix/dataviewer 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 aix/dataviewer 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
GraphQL authentication for your headless Craft CMS applications.
Set Links with a specific language parameter
A simple Cake3 plugin to slug fields and find records by slug.
Supercharged text field validation.
Filament package to prevent the update of outdated records.
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 20
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-11-17