gueststream/iqware

IQWare SOAP API Wrapper

0.0.5 2022-11-14 17:32 UTC

This package is auto-updated.

Last update: 2024-04-14 20:27:21 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

The IQWare Property Management Software SOAP API is a bit complicated so this library exists to abstract the complication out of implementing simple connectivity with an IQWare SOAP API.

Please note that IQWare property management software seems to have many different APIs so this may or may not work for your application. This was created to support an on-site IQWare server. Documentation for this server/service was never sourced and we do not know the version of the API.

Install

Via Composer

$ composer require gueststream/iqware

Usage

$iqwareClient = new \Gueststream\PMS\IQWare\IQWareWebRes('https://www.my-iqware-server/IQWareWebRes.asmx?WSDL');
$getAllRoomsSpecificationsRequest = new API\GetAllRoomsSpecifications(1, 'EN');
$getAllRoomsSpecificationsResponse = $client->getAllRoomsSpecifications($getAllRoomsSpecificationsRequest);

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email support@gueststream.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.