This package is a fork from the initial work ujamii/openimmo The package aims to provide a better integration in Laravel and to provide a more modern codebase. Also the package aimed to translate all german to english translations and to provide a better documentation, starting with a dictionary of the german to english translations.
You can install the package via composer:
composer require innobrain/laravel-openimmoYou can publish the config file with:
php artisan vendor:publish --tag="laravel-openimmo-config"This is the contents of the published config file:
return [
];$xml = File::get(__DIR__.'/../fixtures/example.xml');
$openImmo = OpenImmoService::deserializeObjectFromXml($xml);composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The GPLv3 License. Please see License File for more information.