PHPackages                             aix/dataviewer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. aix/dataviewer

ActiveTypo3-cms-extension[Templating &amp; Views](/categories/templating)

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!

9113[1 issues](https://github.com/magedeveloper/dataviewer/issues)[2 PRs](https://github.com/magedeveloper/dataviewer/pulls)PHP

Since Nov 17Pushed 6mo ago3 watchersCompare

[ Source](https://github.com/magedeveloper/dataviewer)[ Packagist](https://packagist.org/packages/aix/dataviewer)[ RSS](/packages/aix-dataviewer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

About TYPO3 Dataviewer Core Extension
=====================================

[](#about-typo3-dataviewer-core-extension)

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
-------------

[](#documentation)

The documentation is available here:

Installation
------------

[](#installation)

We recommend installing the extension using [Composer](https://getcomposer.org):

```
composer require aix/dataviewer

```

Compatibility
-------------

[](#compatibility)

- TYPO3 CMS 12.4.X

Professional
------------

[](#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:

[www.aixdesign.net](https://www.aixdesign.net)

Highlights
----------

[](#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
--------

[](#workflow)

1. Create Fields for your custom record that you assign later to a datatype
2. Create a datatype and assign the fields, that you've created before.
3. Create your records
4. Create fluid templates for the records. You can create lists or single views.
5. Insert Record-Plugin to your site to display record(s)

Configuration
-------------

[](#configuration)

Dataviewer has some additional backend TypoScript Configuration possibilities:

### Adding new templates

[](#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

[](#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
--------------

[](#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

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance45

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2abc312c9549b09f3154be04c87509c05c227988af50ef4e04773fe2c43f215?d=identicon)[aix](/maintainers/aix)

---

Top Contributors

[![magedeveloper](https://avatars.githubusercontent.com/u/3920690?v=4)](https://github.com/magedeveloper "magedeveloper (358 commits)")

---

Tags

dataviewertypo3

### Embed Badge

![Health badge](/badges/aix-dataviewer/health.svg)

```
[![Health](https://phpackages.com/badges/aix-dataviewer/health.svg)](https://phpackages.com/packages/aix-dataviewer)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

555.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
