Download the PHP package ujamii/openimmo without Composer
On this page you can find all versions of the php package ujamii/openimmo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ujamii/openimmo
More information about ujamii/openimmo
Files in ujamii/openimmo
Package openimmo
Short Description OpenImmo library for PHP8. Read and write OpenImmo xml format with JMS Serializer.
License GPL-3.0-only
Informations about the package openimmo
OpenImmo PHP library
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 library just wraps the OpenImmo XML format with some PHP8 classes. If you need support for PHP <= 8.1, see version 1.x of this package. Version 2 is for PHP >=8.2 only.
There is an official library available at http://www.openimmo.de/go.php/p/22/support20.htm which costs 95 EUR excl. VAT and is "compatible with PHP5 and tested with PHP 8.1" (end quote). To completely convince you, you will only be allowed to see the code after you have paid and they have a no-refund policy.
Important note
I don't want to include real world xml examples into this distribution package due possible license and privacy issues. Thus, some tests are automatically skipped, if the xml files are not found in the examples directory! The "Open" in OpenImmo has nothing to do with Open Source (I was told ;-)
TODOs
- add test cases, especially for the example file provided with the official download package.
Installation
Integrations
If you like to use this API as base for an integration into a CMS or Framework, feel free to contact me, I will link it here.
- Integration into TYPO3 CMS, extension "openimmo"
- NEOS CMS, package "Ujamii.OpenImmoNeos"
- Laravel-Package
Usage
Writing OpenImmo XML
will produce
Nested elements are created just as easy. Classes, properties, constants and parameters are named as corresponding items in the xsd file. They are just converted to camelCase to comply with PHP standards.
will generate
Reading OpenImmo XML
Reading data from xml into a easy-to-use object structure is also pretty straightforward. This example will generate a list of objects (addresses).
Writing JSON (since v0.10)
Although the OpenImmo standard just describes an XML version, there may be cases when you want to generate JSON from the given data. Sadly, there is an issue with custom types, scalar values and JSON serialization in the JMS serializer. However, it is still possible to write JSON format with the Symfony serializer component.
Generating JSON then works like this:
Possible issues
DateTime format not working
Some tools may generate DateTime values in the xml, which cause errors like
This can be caused by a different precision for the microsecond part (1242974) of this value. As the default PHP precision may be lower that the one of the tool, which the xml was generated with. If this problem occurs with the data you use, you can add a handler, included in this package, to the serializer like this:
Update API classes with a new OpenImmo version
- Install composer package.
- Download OpenImmo files from their website (extract into the example folder). Their license agreement denies redistribution of the xsd file.
php -f generate-api.php
will fill thesrc/API
directory with new classes.composer dumpautoload
to update the autoloading.- Done.
Running tests
composer run phpunit
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.
Thank you!
- Qbus Internetagentur GmbH for your code contribution
All versions of openimmo with dependencies
ext-dom Version *
ext-simplexml Version *
jms/serializer Version ^2.1 || ^3.5
doctrine/annotations Version ^2.0