katalam/laravel-openimmo

This is my package laravel-openimmo

v1.3.1 2024-12-11 12:44 UTC

This package is auto-updated.

Last update: 2025-01-11 13:03:52 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.

Installation

You can install the package via composer:

composer require katalam/laravel-openimmo

You can publish the config file with:

php artisan vendor:publish --tag="laravel-openimmo-config"

This is the contents of the published config file:

return [
];

Usage

$laravelOpenimmo = new Katalam\LaravelOpenimmo();
echo $laravelOpenimmo->echoPhrase('Hello, Katalam!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The GPLv3 License. Please see License File for more information.