2017 © Pedro Peláez
 

library iqware

IQWare SOAP API Wrapper

image

gueststream/iqware

IQWare SOAP API Wrapper

  • Thursday, March 9, 2017
  • by Houghtelin
  • Repository
  • 4 Watchers
  • 1 Stars
  • 423 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 12 % Grown

The README.md

IQWare SOAP API Wrapper

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

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., (*2)

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., (*3)

Install

Via Composer, (*4)

``` bash $ composer require gueststream/iqware, (*5)


## Usage ``` php $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

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

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

Credits

License

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

The Versions

09/03 2017
09/03 2017

dev-bugfix-use-ymd-instead-of-atom

dev-bugfix-use-ymd-instead-of-atom https://github.com/gueststream-inc/iqware

IQWare SOAP API Wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

gueststream iqware

17/09 2016

dev-get_all_rooms_specifications_case_fix

dev-get_all_rooms_specifications_case_fix https://github.com/gueststream-inc/iqware

IQWare SOAP API Wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

gueststream iqware