Skip to content

benatoff/laravel-openimmo

 
 

Repository files navigation

This is my package laravel-openimmo

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.

About

OpenImmo library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%