katalam / laravel-openimmo
This is my package laravel-openimmo
Fund package maintenance!
mgrundkoetter
Requires
- php: ^8.2
- ext-dom: *
- ext-simplexml: *
- doctrine/annotations: ^2.0
- driftingly/rector-laravel: ^1.2
- goetas-webservices/xsd-reader: *
- goetas-webservices/xsd2php: *
- illuminate/contracts: ^10.0||^11.0
- jms/serializer: ^2.1 || ^3.5
- spatie/laravel-package-tools: ^1.16
- symfony/serializer: ^5.3 || ^6.0
Requires (Dev)
- ext-json: *
- friendsofphp/php-cs-fixer: ^3.0
- infection/infection: >=0.16
- larastan/larastan: ^2.9
- laravel/pint: ^1.14
- nette/php-generator: ^4.0
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0.0||^8.22.0
- pestphp/pest: ^v3.6.0
- pestphp/pest-plugin-arch: ^v3.0.0
- pestphp/pest-plugin-laravel: ^v3.0.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.0 || ^2.0
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- rector/rector: >=0.18
README
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.