PHP code example of gueststream / iqware

1. Go to this page and download the library: Download gueststream/iqware library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

gueststream / iqware example snippets

 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);