Download the PHP package ujamii/openimmo-typo3 without Composer
On this page you can find all versions of the php package ujamii/openimmo-typo3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ujamii/openimmo-typo3
More information about ujamii/openimmo-typo3
Files in ujamii/openimmo-typo3
Package openimmo-typo3
Short Description TYPO3 CMS extension for showing OpenImmo based data on a TYPO3 based website
License GPL-3.0-only
Informations about the package openimmo-typo3
OpenImmo extension for TYPO3 CMS
OpenImmo and the OpenImmo logo are registered trademarks of the OpenImmo e.V. Neither is this package an official distribution nor am I associated with this organisation!
This TYPO3 extension uses the openImmo API to generate TYPO3 compatible classes (Extbase/Fluid). All the code is generated:
- all Model classes
- all Repository classes
- TCA and SQL
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
Usage
- Install composer package.
- Install TYPO3 extension in extension manager
- Done :-)
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.
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
TODO
Update code based on newer API classes
- Update the composer package, including dev packages AND
--optimize-autoloader
, otherwise the class loading will fail! vendor/bin/typo3 openimmo:generateCode
will fill theClasses/Domain/*
directories with new classes. Also theext_tables.sql
file is generated as well as everything inConfiguration/TCA/
composer dumpautoload
to update the autoloading.- Clear all(!) the TYPO3 caches
- Done.
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
GPLv3
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.