PHP SDK for WebBeds
The structure of this library is from hotelbeds, but the api scheme and api calls are entirely re-written for WebBeds ( also known as FIT RUUMS).
Search operations: http://search.fitruums.com/1/PostGet/NonStaticXMLAPI.asmx
Booking operations: http://book.fitruums.com/1/PostGet/Booking.asmx
e.g. http://search.fitruums.com/1/PostGet/NonStaticXMLAPI.asmx?op=GetLanguages
Install from console with Composer utility: https://getcomposer.org/download/
composer require webbeds/hotel-api-sdk-php
read tests folder for complete example