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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ujamii/openimmo-typo3

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

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

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

v0.5.2(5y ago)63012[1 issues](https://github.com/ujamii/openimmo-typo3/issues)[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 3d 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

28

—

LowBetter than 52% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

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

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

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)[praetorius/vite-asset-collector

Use AssetCollector to embed frontend assets generated by vite

54299.7k1](/packages/praetorius-vite-asset-collector)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.3M74](/packages/typo3-cms-redirects)[typo3/cms-sys-note

TYPO3 CMS System Notes - Records with messages which can be placed on any page and contain instructions or other information related to a page or section.

116.2M37](/packages/typo3-cms-sys-note)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1595.5k](/packages/eliashaeussler-typo3-form-consent)

PHPackages © 2026

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