PHPackages                             ujamii/openimmo-typo3 - 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. ujamii/openimmo-typo3

ActiveTypo3-cms-extension

ujamii/openimmo-typo3
=====================

TYPO3 CMS extension for showing OpenImmo based data on a TYPO3 based website

v0.5.2(5y ago)63012[1 PRs](https://github.com/ujamii/openimmo-typo3/pulls)GPL-3.0-onlyPHPCI failing

Since Feb 15Pushed 4y ago4 watchersCompare

[ Source](https://github.com/ujamii/openimmo-typo3)[ Packagist](https://packagist.org/packages/ujamii/openimmo-typo3)[ RSS](/packages/ujamii-openimmo-typo3/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (11)Used By (0)

OpenImmo extension for TYPO3 CMS
================================

[](#openimmo-extension-for-typo3-cms)

[![Packagist](https://camo.githubusercontent.com/a721a6b267d80821e223b29e0e3a835d7073f3d7bb0f34c5ae47085ae92fea08/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f756a616d69692f6f70656e696d6d6f2d7479706f332e7376673f636f6c6f72423d677265656e267374796c653d666c6174)](https://packagist.org/packages/ujamii/openimmo-typo3)

OpenImmo and the OpenImmo logo are registered trademarks of the [OpenImmo e.V.](http://www.openimmo.de)Neither is this package an official distribution nor am I associated with this organisation!

This TYPO3 extension uses the [openImmo API](https://github.com/ujamii/openimmo) to generate TYPO3 compatible classes (Extbase/Fluid). All the code is generated:

- all Model classes
- all Repository classes
- TCA and SQL

TODOs
-----

[](#todos)

- solve all TODOs in code (4)
- make this backwards compatible
- exporting OpenImmo XML from TYPO3 database content
- make model and repository classes automatically "use" traits if they match by name instead of hardcoded addition
- currently, the extension is monolingual in many places, so make use of default TYPO3 translation features

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

[](#installation)

```
composer req ujamii/openimmo-typo3
```

Usage
-----

[](#usage)

1. Install composer package.
2. Install TYPO3 extension in extension manager
3. Done :-)

### Importing OpenImmo XML into the TYPO3 database

[](#importing-openimmo-xml-into-the-typo3-database)

Importing new data assumes you have a zip file located in your server filesystem. The import command will extract the zip file into a new folder, truncate the db tables (optional, default is true) and then parse the xml file and add the db content again.

```
vendor/bin/typo3 openimmo:import --pid=1
```

The pid option is mandatory, sourceFolder is `/uploads/tx_openimmo/` by default. The command expects **exactly** one \*.zip file in that directoy. The content will be extracted into a new directory with the same name as the zip file and the archive will be deleted after the import is done.

The command will fail if there are more or less zip files in that directory or if there is not exactly one xml file in the archive. Just type `--help` to see all the options and default values.

### Exporting OpenImmo XML from TYPO3 database content

[](#exporting-openimmo-xml-from-typo3-database-content)

TODO

### Update code based on newer API classes

[](#update-code-based-on-newer-api-classes)

1. Update the composer package, including dev packages AND `--optimize-autoloader`, otherwise the class loading will fail!
2. `vendor/bin/typo3 openimmo:generateCode` will fill the `Classes/Domain/*` directories with new classes. Also the `ext_tables.sql` file is generated as well as everything in `Configuration/TCA/`
3. `composer dumpautoload` to update the autoloading.
4. Clear all(!) the TYPO3 caches
5. Done.

Compatibility hint
------------------

[](#compatibility-hint)

There are 2 branches legacy/v7.6 and legacy/v7.6-nocomposer (this one also contains the vendor folder) for backwards compat, as I needed this myself. The extension is working from the frontend perspective, as well as the import command (although the command call looks a litte different: `php typo3/cli_dispatch.phpsh extbase import:executeImport`). But: The code generation command has **NOT been backportet, so this will not work there**!

License and Contribution
------------------------

[](#license-and-contribution)

[GPLv3](LICENSE)

As this is OpenSource, you are very welcome to contribute by reporting bugs, improve the code, write tests or whatever you are able to do to improve the project.

If you want to do me a favour, buy me something from my [Amazon wishlist](https://www.amazon.de/registry/wishlist/2C7LSRMLEAD4F).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~110 days

Recently: every ~163 days

Total

7

Last Release

1981d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1526725?v=4)[Michael Grundkötter](/maintainers/mgrundkoetter)[@mgrundkoetter](https://github.com/mgrundkoetter)

---

Top Contributors

[![mgrundkoetter](https://avatars.githubusercontent.com/u/1526725?v=4)](https://github.com/mgrundkoetter "mgrundkoetter (32 commits)")

---

Tags

code-generatorcomposercomposer-packageopenimmotypo3typo3-cms-extensiontypo3-extension

### Embed Badge

![Health badge](/badges/ujamii-openimmo-typo3/health.svg)

```
[![Health](https://phpackages.com/badges/ujamii-openimmo-typo3/health.svg)](https://phpackages.com/packages/ujamii-openimmo-typo3)
```

###  Alternatives

[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[christophlehmann/imageoptimizer

Optimize uploaded/processed images with binaries of your choice

46501.8k](/packages/christophlehmann-imageoptimizer)[b13/assetcollector

Add CSS and SVG files and strings as inline style tag/inline svg to the html code.

10118.4k](/packages/b13-assetcollector)[causal/fal-protect

Protect everything within /fileadmin/ based on associated folder and file restrictions (visibility, user groups and dates of publication).

1269.5k](/packages/causal-fal-protect)[mautic/mautic-typo3

Add-on TYPO3 extension that enhances the "EXT:marketing\_automation" TYPO3 extension by connecting it to the Mautic Marketing Automation platform: Determine "Persona" from Mautic segments. Also provides additional services e.g. language synchronisation between Mautic and TYPO3.

236.3k](/packages/mautic-mautic-typo3)

PHPackages © 2026

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