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.
Via Composer
$ composer require gueststream/iqware
$iqwareClient = new \Gueststream\PMS\IQWare\IQWareWebRes('https://www.my-iqware-server/IQWareWebRes.asmx?WSDL');
$getAllRoomsSpecificationsRequest = new API\GetAllRoomsSpecifications(1, 'EN');
$getAllRoomsSpecificationsResponse = $client->getAllRoomsSpecifications($getAllRoomsSpecificationsRequest);
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.