webbeds / hotel-api-sdk-php
WebBeds Hotel-API SDK for PHP
v0.1.3
2019-05-13 16:26 UTC
Requires
- php: >= 5.2 <7.2
- nicmart/string-template: v0.1.0
- zendframework/zend-config: ^2.4.1
- zendframework/zend-http: ^2.4
- zendframework/zend-json: ^2.4
Requires (Dev)
- php: >= 5.2 <7.2
- imsop/simplexml_debug: ^1.0
- phpdocumentor/phpdocumentor: 2.*
- phpunit/phpunit: 7.1
- zendframework/zend-http: ^2.4
- zendframework/zend-json: ^2.4
This package is auto-updated.
Last update: 2025-03-12 02:01:50 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
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