webbeds/hotel-api-sdk-php

WebBeds Hotel-API SDK for PHP

v0.1.3 2019-05-13 16:26 UTC

This package is auto-updated.

Last update: 2024-04-11 23:51:38 UTC


README

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

Official Documentation

http://search.fitruums.com/1

API url

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

Install from console with Composer utility: https://getcomposer.org/download/

composer require webbeds/hotel-api-sdk-php

Using SDK

read tests folder for complete example