gueststream / iqware
IQWare SOAP API Wrapper
Installs: 4 280
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 0
Requires
- php: >=5.5.0
- wsdl2phpgenerator/wsdl2phpgenerator: ^3.3
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is auto-updated.
Last update: 2024-11-14 21:52:06 UTC
README
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.