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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package openimmo-typo3

OpenImmo extension for TYPO3 CMS

Packagist

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:

TODOs

Installation

Usage

  1. Install composer package.
  2. Install TYPO3 extension in extension manager
  3. 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

  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

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.


All versions of openimmo-typo3 with dependencies

PHP Build Version
Package Version
Requires ext-zip Version *
typo3/cms-core Version ^9.5
ujamii/openimmo Version ~0.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ujamii/openimmo-typo3 contains the following files

Loading the files please wait ....